summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy2012-08-301-0/+8
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-3036-1039/+1352
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-3015-195/+295
* netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy2012-08-306-22/+49
* netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy2012-08-301-57/+6Star
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-304-15/+61
* ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
* ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-262-2/+10
* packet: Protect packet sk list with mutex (v2)Pavel Emelyanov2012-08-232-8/+14
* af_packet: use define instead of constantdanborkmann@iogearbox.net2012-08-231-2/+3
* rds: Don't disable BH on BH contextYing Xue2012-08-234-8/+8
* ipv6: gre: fix ip6gre_err()Eric Dumazet2012-08-231-3/+5
* xfrm: fix RCU bugsEric Dumazet2012-08-231-37/+39
* net: remove delay at device dismantleEric Dumazet2012-08-237-23/+26
* Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-2322-129/+219
|\
| * netfilter: remove unnecessary goto statement for error recoveryJean Sacren2012-08-223-15/+3Star
| * netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-08-221-4/+6
| * netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy2012-08-201-5/+0Star
| * netfilter: sparse endian fixesPatrick McHardy2012-08-204-7/+9
| * netfilter: PTR_RET can be usedWu Fengguang2012-08-1410-32/+10Star
| * ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-102-3/+11
| * ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-102-27/+128
| * ipvs: fixed sparse warningClaudiu Ghioc2012-08-101-4/+4
| * ipvs: generalize app registration in netnsJulian Anastasov2012-08-102-32/+47
| * ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov2012-08-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-2264-278/+556
|\ \
| * | af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2012-08-212-3/+3
| * | ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet2012-08-211-1/+1
| * | ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch2012-08-211-1/+6
| * | tcp: fix possible socket refcount problemEric Dumazet2012-08-213-10/+18
| * | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-203-14/+14
| * | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
| * | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-202-0/+10
| * | caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl2012-08-201-0/+4
| * | Merge git://1984.lsi.us.es/nfDavid S. Miller2012-08-204-48/+89
| |\ \
| | * | netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-08-161-23/+6Star
| | * | netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso2012-08-141-1/+6
| | * | netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-08-101-2/+3
| | * | netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2012-08-102-19/+72
| | * | netfilter: nf_ct_sip: fix helper namePatrick McHardy2012-08-101-3/+2Star
| * | | af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-202-2/+23
| * | | net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-161-5/+3Star
| * | | net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend2012-08-161-0/+4
| * | | net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-161-18/+4Star
| * | | act_mirred: do not drop packets when fails to mirror itJason Wang2012-08-161-6/+5Star
| * | | net: fix info leak in compat dev_ifconf()Mathias Krause2012-08-161-0/+1
| * | | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-161-0/+1
| * | | dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-08-161-0/+1
| * | | dccp: check ccid before dereferencingMathias Krause2012-08-161-2/+2
| * | | llc: fix info leak via getsockname()Mathias Krause2012-08-161-2/+1Star