summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* [MAC80211]: Check open_count before calling config callback.Michael Buesch2007-10-111-1/+1
* [RFKILL]: Add support for hardware-only rfkill buttonsMichael Buesch2007-10-111-1/+6
* [RFKILL]: Add support for an rfkill LED.Michael Buesch2007-10-112-1/+48
* [TCP]: Wrap-safed reordering detection FRTO checkIlpo Järvinen2007-10-111-0/+3
* [TCP]: Update comment of SACK block validatorIlpo Järvinen2007-10-111-2/+9
* [TCP]: fix comments that got messed up during code moveIlpo Järvinen2007-10-111-2/+6
* [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabledIlpo Järvinen2007-10-111-3/+4
* [NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin2007-10-111-5/+0Star
* [NETFILTER]: x_tables: add xt_time matchJan Engelhardt2007-10-113-0/+284
* [NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw2007-10-111-7/+5Star
* [NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw2007-10-111-5/+5
* [NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw2007-10-111-3/+4
* [NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw2007-10-111-4/+5
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-10-111-16/+14Star
* [NETFILTER]: nf_conntrack_netlink: add support to related connectionsPablo Neira Ayuso2007-10-111-3/+40
* [NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy2007-10-112-5/+3Star
* [NETFILTER]: nf_conntrack: kill unique IDPatrick McHardy2007-10-112-4/+2Star
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-1110-100/+92Star
* [NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy2007-10-111-19/+11Star
* [NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy2007-10-111-29/+9Star
* [NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy2007-10-111-35/+13Star
* [NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy2007-10-111-10/+1Star
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-1117-87/+87
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-1111-450/+450
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-114-17/+17
* [RFKILL]: Move rfkill_switch_all out of global headerIvo van Doorn2007-10-113-1/+19
* [PATCH] mac80211: bss_tim_clear must use ~ instead of !Michael Buesch2007-10-111-8/+8
* [PATCH] mac80211: remove generic IE for AP interfacesJohannes Berg2007-10-114-16/+0Star
* [PATCH] mac80211: remove all prism2 ioctlsJohannes Berg2007-10-114-339/+0Star
* [PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg2007-10-113-10/+10
* [PATCH] mac80211: fix TKIP IV updateJohannes Berg2007-10-114-8/+21
* [PATCH] mac80211: fix vlan bugJohannes Berg2007-10-114-1/+19
* [PATCH] mac80211: remove ieee80211_wep_get_keyidxJohannes Berg2007-10-112-20/+0Star
* [PATCH] mac80211: consolidate encryptionJohannes Berg2007-10-115-61/+77
* [PATCH] mac80211: consolidate decryptionJohannes Berg2007-10-115-43/+55
* [PATCH] mac80211: pass frames to monitor interfaces earlyJohannes Berg2007-10-111-124/+226
* [PATCH] mac80211: fix interface initialisation and deinitialisationJohannes Berg2007-10-112-12/+44
* [PKT_SCHED]: Add stateless NATHerbert Xu2007-10-113-0/+334
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-116-65/+58Star
* [PATCH] mac80211: remove crypto algorithm typedefJohannes Berg2007-10-112-2/+2
* [PATCH] mac80211: validate VLAN interfaces betterJohannes Berg2007-10-114-14/+56
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-115-247/+162Star
* [NETNS]: Simplify the network namespace list locking rules.Eric W. Biederman2007-10-111-17/+6Star
* [ATM] net/atm/lec.c: printk warning fixAndrew Morton2007-10-111-1/+1
* [WIRELESS]: Fix Kconfig.Andrew Morton2007-10-111-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-1121-94/+140
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-117-29/+20Star
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-1113-60/+45Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-1110-39/+40
* [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman2007-10-113-6/+10