aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann4-82/+104
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer1-4/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-3/+71
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-24/+20
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet8-17/+29
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-11netlink: Add compare function for netlink_tableGao feng2-8/+26
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich7-16/+31
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich5-4/+13
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-7/+1
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir3-0/+9
2013-06-10udp: add low latency socket poll supportEliezer Tamir3-2/+14
2013-06-10net: add low latency socket pollEliezer Tamir6-0/+39
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-07netlink: allow large data transfers from user-spacePablo Neira Ayuso1-2/+35
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann5-318/+336
2013-06-07net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann1-2/+2
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-41/+44
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2-41/+44
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-79/+135
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-121/+297
2013-06-05netfilter: nfnetlink_queue: only add CAP_LEN attr when neededFlorian Westphal1-1/+2
2013-06-05netfilter: nfnetlink_queue: cleanup copy_range usageFlorian Westphal1-10/+12
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-90/+227
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-04netpoll: fix position of network headerAmerigo Wang1-16/+4
2013-06-04pktgen: Fix position of ip and udp headerThomas Graf1-27/+12
2013-06-04net: fix sk_buff head without data areaPablo Neira2-3/+3
2013-06-04net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman1-1/+1
2013-06-04ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-04ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-04net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-06-04Kconfig: remove dangling references to the deleted fileJean Sacren1-8/+3
2013-06-04xfrm: simplify the exit path of xfrm_output_one()Jean Sacren1-5/+4
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2-32/+91
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-26/+47
2013-06-04net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti3-77/+44
2013-06-03icmp: avoid allocating large struct on stackCong Wang1-17/+23
2013-06-03] icmp: fix icmp_unreach() comment.Rami Rosen1-1/+2
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs1-2/+10
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs1-0/+4
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs4-41/+43
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet4-15/+17
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore3-1/+8
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel2-4/+117
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel3-4/+4
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-8/+12
2013-05-31net: clean up skb headers codeCong Wang1-11/+5
2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1