summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge remote-tracking branch 'llvmlinux/for-next'Stephen Rothwell1-5/+17
2014-06-03Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell3-22/+25
2014-06-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell17-36/+34
2014-06-03Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell6-37/+60
2014-06-03Merge remote-tracking branch 'net-next/master'Stephen Rothwell313-6245/+12622
2014-06-03Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell1-31/+4
2014-06-03Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell8-6/+215
2014-06-03Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell2-5/+4
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller23-157/+645
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet12-113/+38
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-157/+645
2014-06-02Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg1-1/+2
2014-06-01net: filter: improve filter block macrosDaniel Borkmann1-124/+72
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-216/+125
2014-06-01bridge: notify user space after fdb updateJon Maxwell1-1/+7
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong1-1/+1
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg1-3/+4
2014-05-31Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2014-05-31batman-adv: fix NULL pointer dereferencesMarek Lindner1-3/+3
2014-05-30Bluetooth: l2cap: Set more channel defaultsJukka Rissanen1-0/+6
2014-05-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen1-30/+35
2014-05-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg1-0/+1
2014-05-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg1-2/+8
2014-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+10
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-50/+118
2014-05-30af_key: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30af_iucv: correct cleanup if listen backlog is fullUrsula Braun1-2/+1
2014-05-30af_iucv: Add automatic (source) iucv_name to bindPhilipp Hachtmann1-11/+18
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-2/+1
2014-05-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller46-653/+1570
2014-05-30atm: remove commented out checkPaul Bolle1-8/+2
2014-05-30net: tso: Export symbols for modular buildSachin Kamat1-0/+5
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields2-0/+4
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+29
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields2-2/+77
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+66
2014-05-30Merge tag 'nfc-next-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-8/+9
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-120/+449