summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller6-44/+75
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-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller27-413/+785
2011-11-29sch_sfb: use skb_flow_dissect()Eric Dumazet1-3/+14
2011-11-29cls_flow: use skb_flow_dissect()Eric Dumazet1-132/+48
2011-11-29net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet1-111/+14
2011-11-29net: introduce skb_flow_dissect()Eric Dumazet2-1/+135
2011-11-29tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet1-4/+4
2011-11-29ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2-2/+7
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-413/+785
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-28nl80211: fix MAC address validationEliad Peller1-2/+2
2011-11-28tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell1-1/+2
2011-11-28tcp: allow undo from reordered DSACKsNeal Cardwell1-13/+2
2011-11-28tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell1-3/+7
2011-11-28tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell1-0/+4
2011-11-28tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell1-4/+8
2011-11-27inet: add a redirect generation id in inetpeerEric Dumazet1-1/+9
2011-11-27atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR1-1/+1
2011-11-27AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev1-0/+4
2011-11-27l2tp: ensure sk->dst is still validFlorian Westphal1-1/+1
2011-11-27decnet: proper socket refcountingEric Dumazet1-12/+5
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings2-7/+11
2011-11-26dsa: Define module author, description, license and aliases for driversBen Hutchings4-0/+18
2011-11-26mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings5-31/+32
2011-11-26dsa: Combine core and tagging codeBen Hutchings6-49/+38
2011-11-26dsa: Export functions from core to modulesBen Hutchings2-0/+4
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2-56/+0
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-56/+86
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert4-6/+24