summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: fix various sparse warningsFlorian Westphal2014-11-138-16/+20
* netfilter: nft_redir: fix sparse warningsPablo Neira Ayuso2014-11-121-5/+6
* netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECTPablo Neira Ayuso2014-11-121-2/+2
* netfilter: nft_meta: add cgroup supportAna Rey2014-11-091-0/+7
* netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso2014-11-041-2/+1
* netfilter: fix spelling errorsstephen hemminger2014-10-302-2/+2
* Merge branch 'ipvs-next'Pablo Neira Ayuso2014-10-301-1/+0
|\
| * ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell2014-10-281-1/+0
* | netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-304-6/+46
* | netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner2014-10-301-12/+9
* | netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-279-0/+282
* | netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero2014-10-275-38/+85
* | netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero2014-10-275-42/+92
* | ipx: remove __inline__ in c file on staticFabian Frederick2014-10-271-1/+1
* | ipx: remove unnecessary casting on ntohlFabian Frederick2014-10-271-2/+2
* | ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick2014-10-271-3/+1
* | ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-271-1/+1
* | ipv6: replace min/casting by min_tFabian Frederick2014-10-271-2/+2
* | ipv4: remove set but unused variable shaFabian Frederick2014-10-271-2/+1
* | net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick2014-10-241-1/+1
* | lapb: move EXPORT_SYMBOL after functions.Fabian Frederick2014-10-241-9/+8
* | ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau2014-10-241-14/+16
* | ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau2014-10-241-3/+3
* | ipv6: Remove BACKTRACK macroMartin KaFai Lau2014-10-241-30/+40
* | net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-242-2/+0
* | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-222-4/+4
* | xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing2014-10-221-3/+8
* | net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-221-1/+2
* | net: sched: initialize bstats syncpSabrina Dubroca2014-10-211-1/+1
* | netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf2014-10-211-12/+25
* | tipc: fix lockdep warning when intra-node messages are deliveredYing Xue2014-10-211-2/+2
* | tipc: fix a potential deadlockYing Xue2014-10-213-20/+35
* | net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* | net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-204-2/+6
* | net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-205-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-208-41/+159
|\ \ | |/ |/|
| * netfilter: nft_nat: dump attributes if they are setPablo Neira Ayuso2014-10-181-9/+11
| * netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MINPablo Neira Ayuso2014-10-181-22/+28
| * netfilter: nft_nat: insufficient attribute validationPablo Neira Ayuso2014-10-181-1/+3
| * netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso2014-10-181-9/+66
| * netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso2014-10-141-0/+4
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-135-0/+40
| * netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-112-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-194-7/+8
|\ \
| * | Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn2014-10-191-1/+1
| * | ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
| * | ipv6: fix a potential use after free in ip6_offload.cLi RongQing2014-10-181-0/+1
| * | ipv4: fix a potential use after free in gre_offload.cLi RongQing2014-10-181-3/+3
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-0/+2
|\ \ \
| * | | 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2