summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-10-30Merge branch 'ipvs-next'Pablo Neira Ayuso
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner
2014-10-30netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner
2014-10-28ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell
2014-10-27netfilter: nf_tables: add new expression nft_redirArturo Borrero
2014-10-27netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero
2014-10-27netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero
2014-10-27ipx: remove __inline__ in c file on staticFabian Frederick
2014-10-27ipx: remove unnecessary casting on ntohlFabian Frederick
2014-10-27ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick
2014-10-27ipv6: replace min/casting by min_tFabian Frederick
2014-10-27ipv4: remove set but unused variable shaFabian Frederick
2014-10-24net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick
2014-10-24lapb: move EXPORT_SYMBOL after functions.Fabian Frederick
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan
2014-10-22net: sched: initialize bstats syncpSabrina Dubroca
2014-10-22netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue
2014-10-21tipc: fix a potential deadlockYing Xue
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-18netfilter: nft_nat: dump attributes if they are setPablo Neira Ayuso
2014-10-18netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MINPablo Neira Ayuso
2014-10-18netfilter: nft_nat: insufficient attribute validationPablo Neira Ayuso
2014-10-18netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso
2014-10-18net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli
2014-10-18openvswitch: Set flow-key members.Pravin B Shelar
2014-10-18netrom: use linux/uaccess.hFabian Frederick
2014-10-18tipc: fix bug in bundled buffer receptionJon Paul Maloy
2014-10-18ipv6: introduce tcp_v6_iif()Eric Dumazet
2014-10-18ipv4: fix a potential use after free in fou.cLi RongQing
2014-10-18ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar
2014-10-17openvswitch: fix a use after freeLi RongQing