aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet2-1/+4
2011-11-29ipv4: remove useless codes in ipmr_device_event()RongQing.Li1-3/+1
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic1-1/+1
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet1-89/+31
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet1-55/+10
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet1-3/+6
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet1-2/+11
2011-11-29bql: Byte queue limitsTom Herbert3-8/+141
2011-11-29xps: Add xps_queue_release functionTom Herbert1-42/+47
2011-11-29net: Add queue state xoff flag for stackTom Herbert6-14/+16
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2-2/+2
2011-11-29atm: br2684: Avoid alignment issuesPascal Hambourg1-1/+2
2011-11-29atm: br2684: Make headroom and hard_header_len depend on the payload typePascal Hambourg1-2/+6
2011-11-29net: optimize socket timestampingEric Dumazet1-15/+12
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet3-3/+31
2011-11-29NET: NETROM: Fix formatting.Ralf Baechle1-1/+2
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle1-4/+2
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle1-0/+5
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle1-6/+11
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings7-1859/+1
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings5-95/+4
2011-11-29dsa: Remove unnecessary exportsBen Hutchings1-2/+0
2011-11-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller27-413/+785
2011-11-28sch_sfb: use skb_flow_dissect()Eric Dumazet1-3/+14
2011-11-28cls_flow: use skb_flow_dissect()Eric Dumazet1-132/+48
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet1-111/+14
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet2-1/+135
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet1-4/+4
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville27-413/+785
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell1-1/+2
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell1-13/+2
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell1-3/+7
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell1-0/+4
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell1-4/+8
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR1-1/+1