| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETFILTER]: bridge: remove broken netfilter binary sysctls | Joseph Fannin | 2007-10-10 | 1 | -5/+0 |
* | [NETFILTER]: x_tables: add xt_time match | Jan Engelhardt | 2007-10-10 | 3 | -0/+284 |
* | [NETFILTER]: nfnetlink_log: fix some constants | Michal Miroslaw | 2007-10-10 | 1 | -7/+5 |
* | [NETFILTER]: nfnetlink_log: fix instance_create() failure path | Michal Miroslaw | 2007-10-10 | 1 | -5/+5 |
* | [NETFILTER]: nfnetlink_log: fix style | Michal Miroslaw | 2007-10-10 | 1 | -3/+4 |
* | [NETFILTER]: nfnetlink_log: flush queue early | Michal Miroslaw | 2007-10-10 | 1 | -4/+5 |
* | [NETFILTER]: nfnetlink_log: kill duplicate code | Michal Miroslaw | 2007-10-10 | 1 | -16/+14 |
* | [NETFILTER]: nf_conntrack_netlink: add support to related connections | Pablo Neira Ayuso | 2007-10-10 | 1 | -3/+40 |
* | [NETFILTER]: nf_conntrack_expect: kill unique ID | Patrick McHardy | 2007-10-10 | 2 | -5/+3 |
* | [NETFILTER]: nf_conntrack: kill unique ID | Patrick McHardy | 2007-10-10 | 2 | -4/+2 |
* | [NETFILTER]: ctnetlink: use netlink policy | Patrick McHardy | 2007-10-10 | 10 | -100/+92 |
* | [NETFILTER]: nfnetlink_queue: use netlink policy | Patrick McHardy | 2007-10-10 | 1 | -19/+11 |
* | [NETFILTER]: nfnetlink_log: use netlink policy | Patrick McHardy | 2007-10-10 | 1 | -29/+9 |
* | [NETFILTER]: nfnetlink: support attribute policies | Patrick McHardy | 2007-10-10 | 1 | -35/+13 |
* | [NETFILTER]: nfnetlink: use nlmsg_notify() | Patrick McHardy | 2007-10-10 | 1 | -10/+1 |
* | [NETFILTER]: nfnetlink: rename functions containing 'nfattr' | Patrick McHardy | 2007-10-10 | 17 | -87/+87 |
* | [NETFILTER]: nfnetlink: convert to generic netlink attribute functions | Patrick McHardy | 2007-10-10 | 11 | -450/+450 |
* | [NETFILTER]: nfnetlink: make subsystem and callbacks const | Patrick McHardy | 2007-10-10 | 4 | -17/+17 |
* | [RFKILL]: Move rfkill_switch_all out of global header | Ivo van Doorn | 2007-10-10 | 3 | -1/+19 |
* | [PATCH] mac80211: bss_tim_clear must use ~ instead of ! | Michael Buesch | 2007-10-10 | 1 | -8/+8 |
* | [PATCH] mac80211: remove generic IE for AP interfaces | Johannes Berg | 2007-10-10 | 4 | -16/+0 |
* | [PATCH] mac80211: remove all prism2 ioctls | Johannes Berg | 2007-10-10 | 4 | -339/+0 |
* | [PATCH] mac80211: fix iff_promiscs, iff_allmultis race | Johannes Berg | 2007-10-10 | 3 | -10/+10 |
* | [PATCH] mac80211: fix TKIP IV update | Johannes Berg | 2007-10-10 | 4 | -8/+21 |
* | [PATCH] mac80211: fix vlan bug | Johannes Berg | 2007-10-10 | 4 | -1/+19 |
* | [PATCH] mac80211: remove ieee80211_wep_get_keyidx | Johannes Berg | 2007-10-10 | 2 | -20/+0 |
* | [PATCH] mac80211: consolidate encryption | Johannes Berg | 2007-10-10 | 5 | -61/+77 |
* | [PATCH] mac80211: consolidate decryption | Johannes Berg | 2007-10-10 | 5 | -43/+55 |
* | [PATCH] mac80211: pass frames to monitor interfaces early | Johannes Berg | 2007-10-10 | 1 | -124/+226 |
* | [PATCH] mac80211: fix interface initialisation and deinitialisation | Johannes Berg | 2007-10-10 | 2 | -12/+44 |
* | [PKT_SCHED]: Add stateless NAT | Herbert Xu | 2007-10-10 | 3 | -0/+334 |
* | [PATCH] mac80211: fix virtual interface locking | Johannes Berg | 2007-10-10 | 6 | -65/+58 |
* | [PATCH] mac80211: remove crypto algorithm typedef | Johannes Berg | 2007-10-10 | 2 | -2/+2 |
* | [PATCH] mac80211: validate VLAN interfaces better | Johannes Berg | 2007-10-10 | 4 | -14/+56 |
* | [PATCH] mac80211: revamp interface and filter configuration | Johannes Berg | 2007-10-10 | 5 | -247/+162 |
* | [NETNS]: Simplify the network namespace list locking rules. | Eric W. Biederman | 2007-10-10 | 1 | -17/+6 |
* | [ATM] net/atm/lec.c: printk warning fix | Andrew Morton | 2007-10-10 | 1 | -1/+1 |
* | [WIRELESS]: Fix Kconfig. | Andrew Morton | 2007-10-10 | 1 | -1/+1 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 21 | -94/+140 |
* | [NET]: Wrap hard_header_parse | Stephen Hemminger | 2007-10-10 | 7 | -29/+20 |
* | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 2007-10-10 | 13 | -60/+45 |
* | [NET]: Make the loopback device per network namespace. | Eric W. Biederman | 2007-10-10 | 10 | -39/+40 |
* | [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev | Eric W. Biederman | 2007-10-10 | 3 | -6/+10 |
* | [IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy | Eric W. Biederman | 2007-10-10 | 1 | -2/+0 |
* | [NET]: Add network namespace clone & unshare support. | Eric W. Biederman | 2007-10-10 | 2 | -2/+49 |
* | [NET]: Fix running without sysfs | Eric W. Biederman | 2007-10-10 | 3 | -23/+20 |
* | [CCID3]: Remove ifdef surrounding BUG_ON | Arnaldo Carvalho de Melo | 2007-10-10 | 1 | -4/+0 |
* | [DCCP]: Reduce the number of writable states | Gerrit Renker | 2007-10-10 | 1 | -1/+1 |
* | [DCCP]: Factor out common code for generating Resets | Gerrit Renker | 2007-10-10 | 4 | -66/+65 |
* | [DCCP]: Sequence number wrap-around when sending reset | Gerrit Renker | 2007-10-10 | 2 | -2/+2 |