summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-313-65/+42Star
|\
| * xfrm4: Remove duplicate semicolonChristoph Paasch2014-06-301-1/+1
| * vti: Simplify error handling in module init and exitMathias Krause2014-06-261-33/+21Star
| * vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20Star
* | net: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-311-3/+8
* | net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-312-2/+2
* | dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-311-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-309-16/+46
|\ \
| * | net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-07-292-7/+8
| * | ip: make IP identifiers less predictableEric Dumazet2014-07-292-3/+31
| * | neighbour : fix ndm_type type error issueJun Zhao2014-07-291-1/+1
| * | Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-253-12/+16
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-251-1/+0Star
| |\ \ \
| | * | | ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0Star
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-242-4/+5
| |\ \ \ \
| | * | | | xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3Star
| | * | | | xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
| * | | | | net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-07-231-0/+1
* | | | | | ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-301-1/+1
* | | | | | tipc: remove duplicated include from socket.cWei Yongjun2014-07-301-1/+0Star
* | | | | | net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | vlan: fail early when creating netdev named configWANG Cong2014-07-292-8/+15
* | | | | | ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-291-28/+54
* | | | | | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-9/+27
* | | | | | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-292-12/+4Star
* | | | | | packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-8/+4Star
* | | | | | tipc: make tipc_buf_append() more robustJon Paul Maloy2014-07-291-8/+21
* | | | | | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2941-544/+1087
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-253-12/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-07-231-1/+4
| | |\ \ \ \ \
| | | * | | | | mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau2014-07-221-1/+4
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-07-182-11/+12
| | |\| | | | |
| | | * | | | | cfg80211: fix mic_failure tracingEliad Peller2014-07-181-1/+2
| | | * | | | | Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg2014-07-071-10/+10
| * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-2211-122/+144
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-213-6/+6
| | * | | | | | | Bluetooth: Remove unneeded variable assignment in hmac_sha256Marcel Holtmann2014-07-201-1/+1
| | * | | | | | | Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg2014-07-201-2/+1Star
| | * | | | | | | Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-184-5/+5
| | * | | | | | | Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg2014-07-171-2/+7
| | * | | | | | | Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-172-0/+8
| | * | | | | | | Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-175-11/+14
| | * | | | | | | Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg2014-07-171-0/+3
| | * | | | | | | Bluetooth: never linger on process exitVladimir Davydov2014-07-173-4/+8
| | * | | | | | | Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-172-1/+7
| | * | | | | | | Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-07-171-1/+1
| | * | | | | | | Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg2014-07-161-12/+11Star
| | * | | | | | | Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg2014-07-161-0/+6