aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-11-29xps: Add xps_queue_release functionTom Herbert
2011-11-29net: Add queue state xoff flag for stackTom Herbert
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell
2011-11-29atm: br2684: Avoid alignment issuesPascal Hambourg
2011-11-29atm: br2684: Make headroom and hard_header_len depend on the payload typePascal Hambourg
2011-11-29net: optimize socket timestampingEric Dumazet
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet
2011-11-29NET: NETROM: Fix formatting.Ralf Baechle
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings
2011-11-29dsa: Remove unnecessary exportsBen Hutchings
2011-11-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-11-28sch_sfb: use skb_flow_dissect()Eric Dumazet
2011-11-28cls_flow: use skb_flow_dissect()Eric Dumazet
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings
2011-11-26dsa: Define module author, description, license and aliases for driversBen Hutchings
2011-11-26mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings
2011-11-26dsa: Combine core and tagging codeBen Hutchings
2011-11-26dsa: Export functions from core to modulesBen Hutchings
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert
2011-11-26Merge branch 'for_david' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan