summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-15netfilter: Let nf_ct_kill() callers know if del_timer() returned true.David S. Miller1-10/+10
2008-07-09netdev: Move atomic queue state bits into netdev_queue.David S. Miller1-1/+1
2008-07-09pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller1-3/+5
2008-07-09pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller1-0/+8
2008-07-09net: Clean up explicit ->tx_queue references in link watch.David S. Miller1-0/+8
2008-07-09pkt_sched: Add qdisc_all_tx_empty()David S. Miller2-1/+10
2008-07-09pkt_sched: Add qdisc_reset_all_tx().David S. Miller1-0/+6
2008-07-09pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller1-1/+0
2008-07-09netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+1
2008-07-09pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-7/+9
2008-07-09netdev: Create netdev_queue abstraction.David S. Miller1-1/+5
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap1-15/+25
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky1-0/+3
2008-07-08netfilter: nf_conntrack: add allocation flag to nf_conntrack_allocPablo Neira Ayuso1-1/+2
2008-07-06net-sched: consolidate default fifo qdisc setupPatrick McHardy1-0/+4
2008-07-06net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy1-0/+42
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+10
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-0/+5
2008-07-06vlan: Add GVRP supportPatrick McHardy1-0/+1
2008-07-06net: Add GARP applicant-only participantPatrick McHardy1-0/+127
2008-07-06net: Add STP demux layerPatrick McHardy1-0/+14
2008-07-06MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-06MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-06MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-06MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-06netns: place rt_genid into struct netDenis V. Lunev1-0/+1
2008-07-06netns: make rt_secret_rebuild timer per namespaceDenis V. Lunev1-0/+2
2008-07-06netns: register net.ipv4.route.flush in each namespaceDenis V. Lunev1-0/+1
2008-07-06net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-1/+1
2008-07-06netns: add namespace parameter to rt_cache_flushDenis V. Lunev1-1/+1
2008-07-02net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-1/+1
2008-07-01mac80211: add spectrum capabilitiesTomas Winkler1-0/+5
2008-06-30mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach1-0/+9
2008-06-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller3-105/+67
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+17
2008-06-27mac80211: Add RTNL warning for workqueueIvo van Doorn1-2/+5
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez1-1/+6
2008-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville2-102/+56
2008-06-21netns: Don't receive new packets in a dead network namespace.Eric W. Biederman1-0/+11
2008-06-20ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+6
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-06-18net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-18udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-18rose: improving AX25 routing frames via ROSE networkBernard Pidoux1-1/+1
2008-06-18netfilter: nf_nat: fix RCU racesPatrick McHardy1-0/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller1-2/+0
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller1-101/+48
2008-06-17wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-1/+1