aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
...
| | * | | | | | netfilter: kill remnants of ulog targetsPaul Bolle2014-07-25
| | * | | | | | netfilter: xt_LED: don't output error message redundantlyDuan Jiong2014-07-25
| | * | | | | | netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi2014-07-25
| | * | | | | | netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-07-24
| | * | | | | | netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso2014-07-22
| | * | | | | | netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-22
| * | | | | | | tcp: don't require root to read tcp_metricsBanerjee, Debabrata2014-07-31
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-30
| |\ \ \ \ \ \ \
| | * | | | | | | xfrm4: Remove duplicate semicolonChristoph Paasch2014-06-30
| | * | | | | | | vti: Simplify error handling in module init and exitMathias Krause2014-06-26
| | * | | | | | | vti6: Simplify error handling in module init and exitMathias Krause2014-06-26
| * | | | | | | | net: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-30
| * | | | | | | | net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-30
| * | | | | | | | dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-30
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-30
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-29
| * | | | | | | | tipc: remove duplicated include from socket.cWei Yongjun2014-07-29
| * | | | | | | | net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-29
| * | | | | | | | openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-29
| * | | | | | | | net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-29
| * | | | | | | | vlan: fail early when creating netdev named configWANG Cong2014-07-29
| * | | | | | | | ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-29
| * | | | | | | | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-29
| * | | | | | | | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-29
| * | | | | | | | packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-29
| * | | | | | | | tipc: make tipc_buf_append() more robustJon Paul Maloy2014-07-28
| * | | | | | | | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-28
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-25
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-22
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | * | | | | | | Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-21
| | | * | | | | | | Bluetooth: Remove unneeded variable assignment in hmac_sha256Marcel Holtmann2014-07-20
| | | * | | | | | | Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg2014-07-20
| | | * | | | | | | Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-18
| | | * | | | | | | Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: never linger on process exitVladimir Davydov2014-07-17
| | | * | | | | | | Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-07-17
| | | * | | | | | | Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Add proper defines for HCI connection roleJohan Hedberg2014-07-16
| | | * | | | | | | Bluetooth: Don't try to reject failed LE connectionsJohan Hedberg2014-07-15
| | | * | | | | | | Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg2014-07-15
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-07-22
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | * | | | | | | mac80211: add support for Rx reordering offloadingMichal Kazior2014-07-21