aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet1-4/+4
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
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
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert4-16/+16
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert2-2/+2
2011-11-26Merge branch 'for_david' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-182/+202
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]1-1/+4
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter1-2/+2
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao1-1/+2
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet1-6/+7
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller3-3/+0
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-6/+10
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan53-282/+262
2011-11-22net: correct comments of skb_shiftFeng King1-1/+1
2011-11-22atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]1-3/+11
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]5-27/+31
2011-11-22atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]1-7/+10
2011-11-22atm: clip: Don't move counters backwardsJorge Boncompte [DTI2]1-9/+1
2011-11-22atm: br2684: Do not move counters backwardsJorge Boncompte [DTI2]1-8/+1
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski1-5/+9
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-2/+2
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman6-1/+389
2011-11-21caif: fix endian conversion in cffrml_transmit()Dan Carpenter1-5/+6
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li1-0/+1
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet1-1/+12
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-75/+92
2011-11-20batman-adv: Fix range check for expected packetsSimon Wunderlich1-1/+1
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli1-0/+9