Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | net: Simplify ipip6 aka sit pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | net: Simplify ip6_tunnel pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | net: Simplify ipip pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -18/+6 | |
| * | | | | | | net: Simplify ip_gre pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -18/+6 | |
| * | | | | | | net: Simplify phonet pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -10/+6 | |
| * | | | | | | net: Simplify conntrack_proto_gre pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -14/+6 | |
| * | | | | | | net: Simplify conntrack_proto_dccp pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -23/+8 | |
| * | | | | | | net: Simplify af_key pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | net: Simplify vlan pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -26/+7 | |
| * | | | | | | net: Simplfy default_device_exit and improve batching. | Eric W. Biederman | 2009-12-01 | 1 | -10/+6 | |
| * | | | | | | net: Automatically allocate per namespace data. | Eric W. Biederman | 2009-12-01 | 1 | -86/+102 | |
| * | | | | | | net: Batch network namespace destruction. | Eric W. Biederman | 2009-12-01 | 1 | -8/+58 | |
| * | | | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH | Eric W. Biederman | 2009-12-01 | 3 | -28/+18 | |
| * | | | | | | net: Move && and || to end of previous line | Joe Perches | 2009-11-29 | 63 | -233/+235 | |
| * | | | | | | pktgen: NUMA aware | Eric Dumazet | 2009-11-29 | 1 | -3/+6 | |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-29 | 11 | -61/+55 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | X25: Fix oops and refcnt problems from x25_dev_get | andrew hendry | 2009-11-29 | 1 | -1/+3 | |
| * | | | | | | | X25: Check for errors in x25_init | andrew hendry | 2009-11-29 | 1 | -3/+16 | |
| * | | | | | | | X25: Move SYSCTL ifdefs into header | andrew hendry | 2009-11-29 | 1 | -4/+0 | |
| * | | | | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 2009-11-29 | 11 | -391/+163 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sctp: prevent too-fast association id reuse | Vlad Yasevich | 2009-11-23 | 1 | -1/+12 | |
| | * | | | | | | | sctp: fix integer overflow when setting the autoclose timer | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -1/+1 | |
| | * | | | | | | | sctp: limit maximum autoclose setsockopt value | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -0/+3 | |
| | * | | | | | | | sctp: Fix mis-ordering of user space data when multihoming in use | Neil Horman | 2009-11-23 | 1 | -12/+13 | |
| | * | | | | | | | sctp: Update max.burst implementation | Vlad Yasevich | 2009-11-23 | 4 | -23/+54 | |
| | * | | | | | | | sctp: Remove useless last_time_used variable | Vlad Yasevich | 2009-11-23 | 3 | -9/+5 | |
| | * | | | | | | | sctp: remove deprecated SCTP_GET_*_OLD stuffs | Amerigo Wang | 2009-11-23 | 1 | -325/+0 | |
| | * | | | | | | | sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -4/+3 | |
| | * | | | | | | | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 2009-11-23 | 4 | -4/+20 | |
| | * | | | | | | | sctp: Select a working primary during sctp_connectx() | Vlad Yasevich | 2009-11-23 | 2 | -0/+8 | |
| | * | | | | | | | sctp: Fix malformed "Invalid Stream Identifier" error | Vlad Yasevich | 2009-11-23 | 2 | -9/+17 | |
| | * | | | | | | | sctp: implement the sender side for SACK-IMMEDIATELY extension | Wei Yongjun | 2009-11-23 | 2 | -1/+21 | |
| | * | | | | | | | sctp: implement the receiver side for SACK-IMMEDIATELY extension | Wei Yongjun | 2009-11-23 | 1 | -2/+6 | |
| * | | | | | | | | vlan: support "loose binding" to the underlying network device | Patrick McHardy | 2009-11-26 | 3 | -5/+13 | |
| * | | | | | | | | veth: move loopback logic to common location | Arnd Bergmann | 2009-11-26 | 1 | -0/+40 | |
| * | | | | | | | | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRM | Martin Willi | 2009-11-25 | 1 | -0/+34 | |
| * | | | | | | | | xfrm: Use the user specified truncation length in ESP and AH | Martin Willi | 2009-11-25 | 4 | -4/+4 | |
| * | | | | | | | | xfrm: Store aalg in xfrm_state with a user specified truncation length | Martin Willi | 2009-11-25 | 2 | -9/+122 | |
| * | | | | | | | | net: convert /proc/net/rt_acct to seq_file | Alexey Dobriyan | 2009-11-25 | 1 | -35/+33 | |
| * | | | | | | | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-25 | 43 | -67/+69 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-11-24 | 43 | -766/+1008 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mac80211: Fix missing kernel-doc notation | Jaswinder Singh Rajput | 2009-11-23 | 1 | -1/+1 | |
| | * | | | | | | | mac80211: fix rcu locking | Johannes Berg | 2009-11-23 | 1 | -1/+3 | |
| | * | | | | | | | mac80211: remove dead struct member | Johannes Berg | 2009-11-23 | 1 | -1/+0 | |
| | * | | | | | | | mac80211: fix endianess on mesh_path_error_tx() calls | Rui Paulo | 2009-11-19 | 1 | -2/+2 | |
| | * | | | | | | | mac80211: add per-station HT capability file | Johannes Berg | 2009-11-19 | 1 | -0/+29 | |
| | * | | | | | | | mac80211: avoid spurious deauth frames/messages | Johannes Berg | 2009-11-19 | 2 | -11/+42 | |
| | * | | | | | | | mac80211: request TX status where needed | Johannes Berg | 2009-11-19 | 1 | -2/+2 | |
| | * | | | | | | | cfg80211: disallow bridging managed/adhoc interfaces | Johannes Berg | 2009-11-19 | 4 | -4/+47 | |
| | * | | | | | | | cfg80211: introduce capability for 4addr mode | Johannes Berg | 2009-11-19 | 8 | -30/+71 |