summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix possible wrong checksum generationEric Dumazet2013-01-289-6/+28
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-01-284-27/+80
|\
| * can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp2013-01-261-1/+11
| * can: gw: add a variable limit for CAN frame routingsOliver Hartkopp2013-01-261-16/+40
| * can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp2013-01-261-0/+8
| * can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-262-5/+15
| * can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde2013-01-261-3/+3
| * can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde2013-01-261-3/+4
* | decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang2013-01-283-4/+6
* | irda: buffer overflow in irnet_ctrl_read()Dan Carpenter2013-01-271-59/+58
* | soreuseport: fix use of uid in tb->fastuidTom Herbert2013-01-271-7/+4
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-2724-401/+950
|\ \ | |/ |/|
| * netfilter: nf_conntrack: fix compilation if sysctl are disabledPablo Neira Ayuso2013-01-231-2/+9
| * netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-237-103/+197
| * netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-233-38/+41
| * netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2013-01-232-18/+29
| * netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2013-01-232-16/+12
| * netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-232-32/+36
| * netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2013-01-232-23/+15
| * netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2013-01-232-28/+24
| * netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2013-01-232-28/+26
| * netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng2013-01-232-27/+24
| * netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-232-31/+36
| * netfilter: nf_conntrack: move initialization out of pernet operationsGao feng2013-01-232-81/+71
| * netfilter: x_tables: add xt_bpf matchWillem de Bruijn2013-01-213-0/+83
| * netfilter: nf_ct_snmp: add include filestephen hemminger2013-01-181-0/+1
| * netfilter: ctnetlink: allow userspace to modify labelsFlorian Westphal2013-01-182-0/+87
| * netfilter: ctnetlink: deliver labels to userspaceFlorian Westphal2013-01-182-1/+42
| * netfilter: add connlabel conntrack extensionFlorian Westphal2013-01-186-0/+206
| * netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee2013-01-172-3/+41
* | Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller2013-01-234-72/+69
|\ \
| * | xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-171-25/+18
| * | xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-161-28/+30
| * | xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-161-17/+16
| * | xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna2013-01-081-2/+1
| * | xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-073-3/+7
* | | soreuseport: UDP/IPv6 implementationTom Herbert2013-01-231-3/+27
* | | soreuseport: TCP/IPv6 implementationTom Herbert2013-01-233-9/+33
* | | soreuseport: UDP/IPv4 implementationTom Herbert2013-01-231-18/+43
* | | soreuseport: TCP/IPv4 implementationTom Herbert2013-01-233-18/+62
* | | soreuseport: infrastructureTom Herbert2013-01-231-0/+7
* | | netpoll: fix an uninitialized variableCong Wang2013-01-221-0/+1
* | | ipv6: remove duplicated declaration of ip6_fragment()Cong Wang2013-01-221-2/+0
* | | netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-15/+15
* | | ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-2/+2
* | | ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-3/+3
* | | net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* | | neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明2013-01-221-0/+4
* | | ipmr: fix sparse warning when testing origin or groupNicolas Dichtel2013-01-221-11/+12
* | | ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3