aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-24tcp: md5: add more const attributesEric Dumazet2-12/+13
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-6/+8
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-21tcp: add const qualifiers where possibleEric Dumazet9-131/+136
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac1-15/+69
2011-10-21net: add opaque struct around skb frag pageIan Campbell1-3/+3
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2-2/+2
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-20pktgen: remove ndelay() callEric Dumazet1-4/+7
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell1-0/+1
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com1-0/+4
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter1-1/+1
2011-10-19cleanup: remove unnecessary include.Kevin Wilson1-4/+0
2011-10-19ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker1-1/+1
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran1-0/+58
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman1-1/+7
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet1-5/+3
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming1-25/+26
2011-10-19net: add skb frag size accessorsEric Dumazet15-80/+85
2011-10-18xfrm6: Don't call icmpv6_send on local errorSteffen Klassert1-2/+54
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2-8/+13
2011-10-18ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert1-4/+0
2011-10-18xfrm: Simplify the replay check and advance functionsSteffen Klassert1-64/+34
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend1-11/+11
2011-10-18l2tp: give proper headroom in pppol2tp_xmit()Eric Dumazet1-1/+8
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet2-38/+37
2011-10-17ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li1-3/+0
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde6-12/+0
2011-10-17net/flow: Fix potential memory leakhuajun li1-1/+13
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville11-273/+292
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose1-3/+30
2011-10-14mac80211: Provide station flags to cfg80211Helmut Schaa1-1/+19
2011-10-14nl80211: Add sta_flags to the station infoHelmut Schaa1-0/+4
2011-10-14mac80211: fix TID for null poll responseJohannes Berg1-4/+2
2011-10-14mac80211: reformat TX unauthorised checkJohannes Berg1-5/+4
2011-10-14mac80211: Populate radiotap header with MCS info for TX framesHelmut Schaa1-0/+23
2011-10-14mac80211: Build TX radiotap header dynamicallyHelmut Schaa3-52/+78
2011-10-13net: more accurate skb truesizeEric Dumazet7-19/+27
2011-10-12net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja1-0/+5
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter1-1/+1
2011-10-11mac80211: dont orphan TX skbJohannes Berg1-5/+0
2011-10-11mac80211: dont adjust truesizeJohannes Berg1-3/+0
2011-10-11mac80211: parse radiotap header earlierJohannes Berg1-113/+88
2011-10-11mac80211: move fragment flag to info flag as dont-fragmentJohannes Berg3-27/+16
2011-10-11mac80211: remove tx_data ethertypeJohannes Berg2-7/+1
2011-10-11mac80211: optimise monitor xmitJohannes Berg1-59/+49
2011-10-11mac80211: Fix regression that allowed mpaths between non-peers.Javier Cardona1-0/+9
2011-10-11mac80211: fix offchannel TX cookie matchingJohannes Berg4-3/+4
2011-10-11mac80211: pass no-CCK flag through to HW scanJohannes Berg1-0/+1