Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | bridge: Fix skb leak when multicast parsing fails on TX | Herbert Xu | 2010-07-30 | 1 | -1/+3 | |
| | * | | | | | | tcp: cookie transactions setsockopt memory leak | Dmitry Popov | 2010-07-30 | 1 | -2/+5 | |
| | * | | | | | | bridge: add rcu_read_lock on transmit | stephen hemminger | 2010-07-28 | 4 | -6/+8 | |
| * | | | | | | | u32: negative offset fix | stephen hemminger | 2010-08-02 | 1 | -2/+4 | |
| * | | | | | | | ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice | Changli Gao | 2010-08-02 | 1 | -4/+2 | |
| * | | | | | | | net: Add getsockopt support for TCP thin-streams | Josh Hunt | 2010-08-02 | 1 | -0/+6 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-08-02 | 35 | -352/+717 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | netfilter: nf_conntrack_acct: use skb->len for accounting | Changli Gao | 2010-08-02 | 1 | -2/+1 | |
| | * | | | | | | | netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot... | Changli Gao | 2010-08-02 | 3 | -6/+6 | |
| | * | | | | | | | netfilter: nf_nat: make unique_tuple return void | Changli Gao | 2010-08-02 | 9 | -28/+26 | |
| | * | | | | | | | netfilter: nf_nat: use local variable hdrlen | Changli Gao | 2010-08-02 | 1 | -11/+7 | |
| | * | | | | | | | ipvs: provide default ip_vs_conn_{in,out}_get_proto | Simon Horman | 2010-08-02 | 4 | -153/+51 | |
| | * | | | | | | | ipvs: remove EXPERIMENTAL tag | Simon Horman | 2010-08-02 | 1 | -1/+1 | |
| | * | | | | | | | netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() | Changli Gao | 2010-08-02 | 1 | -10/+12 | |
| | * | | | | | | | netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary | Eric Dumazet | 2010-08-02 | 3 | -12/+18 | |
| | * | | | | | | | netfilter: iptables: use skb->len for accounting | Changli Gao | 2010-07-23 | 1 | -1/+1 | |
| | * | | | | | | | netfilter: ip6tables: use skb->len for accounting | Changli Gao | 2010-07-23 | 1 | -3/+1 | |
| | * | | | | | | | xt_quota: report initial quota value instead of current value to userspace | Changli Gao | 2010-07-23 | 1 | -2/+0 | |
| | * | | | | | | | netfilter: xt_quota: use per-rule spin lock | Changli Gao | 2010-07-23 | 1 | -5/+5 | |
| | * | | | | | | | netfilter: arptables: use arp_hdr_len() | Changli Gao | 2010-07-23 | 1 | -4/+1 | |
| | * | | | | | | | netfilter: nf_nat_core: merge the same lines | Changli Gao | 2010-07-23 | 1 | -7/+2 | |
| | * | | | | | | | netfilter: add xt_cpu match | Eric Dumazet | 2010-07-23 | 3 | -0/+73 | |
| | * | | | | | | | IPVS: make FTP work with full NAT support | Hannes Eder | 2010-07-23 | 4 | -57/+165 | |
| | * | | | | | | | IPVS: make friends with nf_conntrack | Hannes Eder | 2010-07-23 | 3 | -37/+30 | |
| | * | | | | | | | netfilter: xt_ipvs (netfilter matcher for IPVS) | Hannes Eder | 2010-07-23 | 4 | -0/+201 | |
| | * | | | | | | | netfilter: add CHECKSUM target | Michael S. Tsirkin | 2010-07-15 | 3 | -0/+87 | |
| | * | | | | | | | netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabled | Pablo Neira Ayuso | 2010-07-15 | 1 | -1/+9 | |
| | * | | | | | | | netfilter: xt_TPROXY: the length of lines should be within 80 | Changli Gao | 2010-07-09 | 1 | -2/+4 | |
| | * | | | | | | | ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out | Xiaoyu Du | 2010-07-09 | 1 | -1/+1 | |
| | * | | | | | | | ipvs: Kconfig cleanup | Michal Marek | 2010-07-05 | 1 | -4/+1 | |
| | * | | | | | | | netfilter: ipt_REJECT: avoid touching dst ref | Eric Dumazet | 2010-07-05 | 1 | -1/+1 | |
| | * | | | | | | | netfilter: ipt_REJECT: postpone the checksum calculation. | Changli Gao | 2010-07-05 | 1 | -5/+5 | |
| | * | | | | | | | netfilter: nf_conntrack_reasm: add fast path for in-order fragments | Changli Gao | 2010-07-05 | 1 | -0/+9 | |
| * | | | | | | | | net: ingress filter message limit | Stephen Hemminger | 2010-08-01 | 1 | -4/+4 | |
| * | | | | | | | | net/rose: Use GFP_ATOMIC | Julia Lawall | 2010-08-01 | 1 | -1/+3 | |
| * | | | | | | | | bridge: Allow multicast snooping to be disabled before ifup | Herbert Xu | 2010-07-30 | 1 | -5/+4 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-07-29 | 29 | -402/+907 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | mac80211: allow drivers to request DTIM period | Johannes Berg | 2010-07-29 | 4 | -3/+77 | |
| | * | | | | | | | mac80211: inform drivers about the off-channel status on channel changes | Felix Fietkau | 2010-07-28 | 1 | -0/+3 | |
| | * | | | | | | | Revert "mac80211: fix sw scan bracketing" | Luis R. Rodriguez | 2010-07-28 | 1 | -2/+2 | |
| | * | | | | | | | cfg80211: Update of regulatory request initiator handling | Yuri Ershov | 2010-07-28 | 1 | -1/+2 | |
| | * | | | | | | | nl80211: Fix memory leaks | Yuri Ershov | 2010-07-28 | 1 | -0/+2 | |
| | * | | | | | | | mac80211: Put some code under MESH macro | Yuri Ershov | 2010-07-28 | 1 | -0/+2 | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-07-28 | 5 | -27/+50 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Bluetooth: Add __init and __exit marks to RFCOMM | Gustavo F. Padovan | 2010-07-27 | 2 | -3/+3 | |
| | | * | | | | | | | Bluetooth: Test 'count' value before enter the loop | Gustavo F. Padovan | 2010-07-27 | 1 | -4/+4 | |
| | | * | | | | | | | Bluetooth: Defer SCO setup if mode change is pending | Marcel Holtmann | 2010-07-27 | 2 | -20/+43 | |
| | * | | | | | | | | wireless: Convert wiphy_debug macro to function | Joe Perches | 2010-07-27 | 1 | -0/+49 | |
| | * | | | | | | | | mac80211: Fix key freeing to handle unlinked keys | Jouni Malinen | 2010-07-27 | 4 | -12/+12 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-07-27 | 254 | -3822/+6238 | |
| | |\ \ \ \ \ \ \ |