summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-08-14ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2-3/+39
2013-08-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-3/+1
2013-08-14tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller34-380/+1779
2013-08-14net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich1-30/+69
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso3-16/+103
2013-08-13netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso1-69/+87
2013-08-13genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-13net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann1-2/+2
2013-08-13net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF stateDaniel Borkmann1-2/+2
2013-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-380/+1779
2013-08-12af_unix: fix bug on large send()Eric Dumazet1-1/+2
2013-08-12tipc: avoid possible deadlock while enable and disable bearerdingtianhong1-2/+7
2013-08-11Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-7/+33
2013-08-11batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing5-7/+33
2013-08-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-22/+39
2013-08-10netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng1-4/+8
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet3-52/+56
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet1-35/+30
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng2-10/+13
2013-08-10Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller4-18/+6
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville15-34/+663
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-55/+95
2013-08-09net: rename busy poll MIB counterEliezer Tamir1-1/+1
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann27-162/+0
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann4-6/+18
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2-2/+25
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley1-2/+2
2013-08-09net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley1-3/+13
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet1-0/+1
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs1-1/+1
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal5-39/+11
2013-08-09net: add SNMP counters tracking incoming ECN bitsEric Dumazet4-2/+23
2013-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-20/+41
2013-08-08ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-08-08packet: Revert recent header parsing changes.David S. Miller1-29/+24
2013-08-08net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang1-27/+10
2013-08-08net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang1-4/+2
2013-08-08net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang1-1/+0
2013-08-08net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang1-2/+1
2013-08-08net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+93
2013-08-08net: move iov_pages() to net/core/iovec.cJason Wang1-0/+24
2013-08-08ip_tunnel: embed hash list headstephen hemminger1-7/+6
2013-08-08SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust3-13/+32
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui1-1/+1
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-08-07xfrm: Remove rebundant address family checkingFan Du1-8/+0