summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco11-14/+14
2013-08-15rtnetlink: remove an unneeded testDan Carpenter1-2/+2
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel2-10/+36
2013-08-15ipip: add x-netns supportNicolas Dichtel4-20/+32
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel2-5/+5
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2-6/+7
2013-08-13ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2-3/+39
2013-08-13tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-08-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller34-380/+1779
2013-08-13net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich1-30/+69
2013-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-380/+1779
2013-08-11af_unix: fix bug on large send()Eric Dumazet1-1/+2
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-09Revert "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: 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-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet4-2/+23
2013-08-07packet: Revert recent header parsing changes.David S. Miller1-29/+24
2013-08-07net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang1-27/+10
2013-08-07net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang1-4/+2
2013-08-07net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang1-1/+0
2013-08-07net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang1-2/+1
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+93
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang1-0/+24
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-7/+6
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger2-2/+3
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller52-292/+424
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-257/+299
2013-08-03Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+10
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek3-6/+13
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2-8/+10
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Paul Moore6-158/+130
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann1-2/+2
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek3-9/+40
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-08-02icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger1-1/+6
2013-08-02icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger1-1/+1
2013-08-02af_packet: simplify VLAN frame check in packet_sndPhil Sutter1-11/+4
2013-08-02af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter1-11/+14
2013-08-02af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter1-2/+11
2013-08-02net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-08-02htb: fix sign extension bugstephen hemminger1-1/+1