summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal
2016-05-05netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal
2016-05-05netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal
2016-05-05netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal
2016-05-05netfilter: conntrack: keep BH enabled during lookupFlorian Westphal
2016-05-05netfilter: nftables: add connlabel set supportFlorian Westphal
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-25Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso
2016-04-25netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang
2016-04-25netfilter: nf_ct_helper: disable automatic helper assignmentPablo Neira Ayuso
2016-04-25netfilter: nft_rbtree: allow adjacent intervals with dynamic updatesPablo Neira Ayuso
2016-04-25netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helperPablo Neira Ayuso
2016-04-25netfilter: nf_tables: parse element flags from nft_del_setelem()Pablo Neira Ayuso
2016-04-25netfilter: nf_tables: introduce nft_setelem_parse_flags() helperPablo Neira Ayuso
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal
2016-04-25netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal
2016-04-25netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-24xfrm: align nlattr properly when neededNicolas Dichtel
2016-04-24libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel
2016-04-24libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-24libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu
2016-04-20ipvs: don't alter conntrack in OPS modeMarco Angaroni
2016-04-20ipvs: optimize release of connections in OPS modeMarco Angaroni
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni
2016-04-20VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen
2016-04-20net: dsa: kill circular reference with slave privVivien Didelot
2016-04-20bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-20net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov
2016-04-20net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller