aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An1-2/+2
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet1-1/+1
2015-06-29sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-06-28dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef1-1/+1
2015-06-28net: Kill sock->sk_protinfoDavid Miller2-7/+0
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller2-16/+16
2015-06-28flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()Geert Uytterhoeven1-1/+1
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek1-2/+2
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy3-1/+7
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-198/+129
2015-06-26Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An1-0/+1
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet1-1/+0
2015-06-25net: sched: flower fix typoJamal Hadi Salim1-2/+2
2015-06-25crush: sync up with userspaceIlya Dryomov4-75/+115
2015-06-25crush: fix crash from invalid 'take' argumentIlya Dryomov1-2/+9
2015-06-25libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo1-1/+1
2015-06-25libceph: a couple tweaks for wait loopsIlya Dryomov2-5/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov3-20/+47
2015-06-25libceph: use kvfree() instead of open-coding itIlya Dryomov1-4/+1
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-9/+15
2015-06-25libceph: properly release STAT request's raw_data_inYan, Zheng1-0/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds390-6682/+14698
2015-06-24bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov6-7/+11
2015-06-24bridge: multicast: add a comment to br_port_state_selection about blocking stateNikolay Aleksandrov1-0/+4
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-42/+100
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter1-0/+4
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek7-16/+48
2015-06-24net: track link-status of ipv4 nexthopsAndy Gospodarek2-21/+62
2015-06-24net: switchdev: ignore unsupported bridge flagsVivien Didelot1-1/+1
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov2-2/+21
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-266/+102
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-06-23switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman1-1/+2
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman2-4/+137
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman2-8/+8
2015-06-23packet: remove handling of tx_ringManinder Singh1-9/+5
2015-06-23Merge tag 'linux-can-fixes-for-4.1-20150621' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-1/+5
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman4-1/+42
2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman1-1/+6
2015-06-23bridge: multicast: restore router configuration on port link down/upSatish Ashok1-0/+4
2015-06-23bridge: multicast: start querier timer when running user-space stpNikolay Aleksandrov1-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-06-23Merge tag 'nfc-next-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller1-1/+1
2015-06-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller22-330/+1301
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch3-4/+7
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA1-2/+2
2015-06-23switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman1-6/+0
2015-06-23module: add per-module param_lockDan Streetman1-2/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-239/+356