aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[RFKILL]: Add support for an rfkill LED.Michael Buesch2-1/+48
2007-10-10[TCP]: Wrap-safed reordering detection FRTO checkIlpo Järvinen1-0/+3
2007-10-10[TCP]: Update comment of SACK block validatorIlpo Järvinen1-2/+9
2007-10-10[TCP]: fix comments that got messed up during code moveIlpo Järvinen1-2/+6
2007-10-10[TCP]: No fackets_out/highest_sack tuning when SACK isn't enabledIlpo Järvinen1-3/+4
2007-10-10[NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin1-5/+0
2007-10-10[NETFILTER]: x_tables: add xt_time matchJan Engelhardt3-0/+284
2007-10-10[NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw1-7/+5
2007-10-10[NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw1-5/+5
2007-10-10[NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw1-3/+4
2007-10-10[NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw1-4/+5
2007-10-10[NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw1-16/+14
2007-10-10[NETFILTER]: nf_conntrack_netlink: add support to related connectionsPablo Neira Ayuso1-3/+40
2007-10-10[NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy2-5/+3
2007-10-10[NETFILTER]: nf_conntrack: kill unique IDPatrick McHardy2-4/+2
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy10-100/+92
2007-10-10[NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy1-19/+11
2007-10-10[NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy1-29/+9
2007-10-10[NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy1-35/+13
2007-10-10[NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy1-10/+1
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy17-87/+87
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy11-450/+450
2007-10-10[NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy4-17/+17
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerIvo van Doorn3-1/+19
2007-10-10[PATCH] mac80211: bss_tim_clear must use ~ instead of !Michael Buesch1-8/+8
2007-10-10[PATCH] mac80211: remove generic IE for AP interfacesJohannes Berg4-16/+0
2007-10-10[PATCH] mac80211: remove all prism2 ioctlsJohannes Berg4-339/+0
2007-10-10[PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg3-10/+10
2007-10-10[PATCH] mac80211: fix TKIP IV updateJohannes Berg4-8/+21
2007-10-10[PATCH] mac80211: fix vlan bugJohannes Berg4-1/+19
2007-10-10[PATCH] mac80211: remove ieee80211_wep_get_keyidxJohannes Berg2-20/+0
2007-10-10[PATCH] mac80211: consolidate encryptionJohannes Berg5-61/+77
2007-10-10[PATCH] mac80211: consolidate decryptionJohannes Berg5-43/+55
2007-10-10[PATCH] mac80211: pass frames to monitor interfaces earlyJohannes Berg1-124/+226
2007-10-10[PATCH] mac80211: fix interface initialisation and deinitialisationJohannes Berg2-12/+44
2007-10-10[PKT_SCHED]: Add stateless NATHerbert Xu3-0/+334
2007-10-10[PATCH] mac80211: fix virtual interface lockingJohannes Berg6-65/+58
2007-10-10[PATCH] mac80211: remove crypto algorithm typedefJohannes Berg2-2/+2
2007-10-10[PATCH] mac80211: validate VLAN interfaces betterJohannes Berg4-14/+56
2007-10-10[PATCH] mac80211: revamp interface and filter configurationJohannes Berg5-247/+162
2007-10-10[NETNS]: Simplify the network namespace list locking rules.Eric W. Biederman1-17/+6
2007-10-10[ATM] net/atm/lec.c: printk warning fixAndrew Morton1-1/+1
2007-10-10[WIRELESS]: Fix Kconfig.Andrew Morton1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger21-94/+140
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger7-29/+20
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger13-60/+45
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman10-39/+40
2007-10-10[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman3-6/+10
2007-10-10[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroyEric W. Biederman1-2/+0
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman2-2/+49