aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15inetpeer: RCU conversionEric Dumazet1-0/+1
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller7-7/+67
2010-06-15tcp: unify tcp flag macrosChangli Gao1-13/+11
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2-2/+1
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2-2/+1
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+3
2010-06-15netpoll: Add netpoll_tx_runningHerbert Xu1-0/+9
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu1-0/+2
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+2
2010-06-15netpoll: Fix RCU usageHerbert Xu1-5/+8
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy53-469/+383
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho2-0/+46
2010-06-14ethtool: Revert incorrect indentation changesBen Hutchings1-20/+20
2010-06-14netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet1-0/+1
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2-38/+56
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2-0/+3
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-204/+112
2010-06-10net-next: remove useless union keywordChangli Gao4-14/+8
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet1-1/+4
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-1/+4
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko1-0/+1
2010-06-09netfilter: nf_conntrack: per_cpu untrackingEric Dumazet1-3/+2
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet3-4/+14
2010-06-08wireless: fix kernel-docJohannes Berg2-31/+90
2010-06-08netfilter: xt_rateest: Better struct xt_rateest layoutEric Dumazet1-3/+7
2010-06-07anycast: Some RCU conversionsEric Dumazet1-2/+2
2010-06-07ip: Router Alert RCU conversionEric Dumazet1-1/+1
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert1-1/+2
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-18/+5
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-0/+1
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck1-1/+2
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-3/+3
2010-06-04ssb: remove the ssb DMA APIFUJITA Tomonori1-157/+0
2010-06-04ssb: add dma_dev to ssb_device structureFUJITA Tomonori1-1/+1
2010-06-04mac80211: Remove deprecated sta_notify commandsSujith1-5/+1
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-4/+2
2010-06-03mac80211: Add support for hardware ARP query filteringJuuso Oikarinen1-0/+14
2010-06-03mac80211: remove tx status ampdu_ack_mapJohannes Berg1-4/+1
2010-06-03net: use __packed annotationEric Dumazet23-115/+115
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet1-0/+1
2010-06-02cfg80211: make action channel type optionalJohannes Berg1-0/+1
2010-06-02wireless: fix several minor description typosWalter Goldens2-2/+2
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko3-6/+7
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-0/+4
2010-06-02packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan1-0/+1
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet5-44/+8
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet1-1/+2
2010-06-02net: QDISC_STATE_RUNNING dont need atomic bit opsEric Dumazet1-4/+11
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2-1/+16