aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2011-12-05caif: Stash away hijacked skb destructor and call it latersjur.brandeland@stericsson.com1-1/+33
2011-12-05caif: Add support for flow-control on device's tx-queuesjur.brandeland@stericsson.com1-1/+84
2011-12-05caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com5-9/+224
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller17-31/+31
2011-12-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller3-19/+37
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-19/+37
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6
2011-12-04tcp: take care of misalignmentsEric Dumazet2-6/+15
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller32-49/+5278
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-3/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross16-0/+5217
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross14-16/+40
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-33/+0
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar1-0/+8
2011-12-03genetlink: Add genl_notify()Pravin B Shelar1-0/+13
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville9-30/+98
2011-12-02atm: clip: Remove code commented out since eternity.David S. Miller1-9/+0
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-132/+253
2011-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-186/+337
2011-12-01netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NSDavid S. Miller1-1/+0
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-12-01dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2011-12-01Revert "udp: remove redundant variable"David S. Miller2-14/+16
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets2-15/+20
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet1-4/+17
2011-12-01dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller1-2/+3
2011-12-01net: net_device flags is an unsigned intEric Dumazet1-7/+7
2011-12-01netem: fix build error on 32bit archesEric Dumazet1-1/+4
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville1-1/+0
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li1-1/+2
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com2-3/+2
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com2-86/+106
2011-11-30caif: Allow cfpkt_extr_head to process empty messagesjur.brandeland@stericsson.com1-1/+2
2011-11-30netem: rate extensionHagen Paul Pfeifer1-0/+40
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao1-2/+2
2011-11-30ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()Jun Zhao1-2/+2
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller3-85/+16
2011-11-30neigh: Add device constructor/destructor capability.David Miller1-1/+14
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller1-13/+15
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller3-3/+0
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller2-3/+12
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller1-16/+2