Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | ppp: make channel_ops const | stephen hemminger | 2010-08-04 | 3 | -3/+6 | |
* | | | | | | RxRPC: Fix a potential deadlock between the call resend_timer and state_lock | David Howells | 2010-08-04 | 2 | -4/+5 | |
* | | | | | | sch_sfq: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -9/+20 | |
* | | | | | | cls_rsvp: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -2/+10 | |
* | | | | | | cls_flow: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -40/+56 | |
* | | | | | | act_nat: fix on the TX path | Changli Gao | 2010-08-04 | 1 | -10/+13 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 5 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 37 | -123/+695 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | fix comment/printk typos concerning "already" | Uwe Kleine-König | 2010-07-11 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-06-16 | 74 | -398/+731 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 4 | -4/+4 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-08-04 | 301 | -5986/+9345 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | can-raw: Fix skb_orphan_try handling | Oliver Hartkopp | 2010-08-03 | 1 | -0/+4 | |
| * | | | | | | Revert "net: remove zap_completion_queue" | David S. Miller | 2010-08-03 | 2 | -3/+32 | |
| * | | | | | | net: cleanup inclusion | Changli Gao | 2010-08-02 | 1 | -2/+0 | |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-08-02 | 6 | -11/+18 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | act_nat: the checksum of ICMP doesn't have pseudo header | Changli Gao | 2010-07-31 | 1 | -1/+1 | |
| | * | | | | | | act_nat: fix wild pointer | Changli Gao | 2010-07-31 | 1 | -0/+1 | |
| | * | | | | | | 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 |