summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso
2015-06-18net: include missing headers in net/net_namespace.hPablo Neira Ayuso
2015-06-18netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso
2015-06-18netfilter: x_tables: align per cpu xt_counterEric Dumazet
2015-06-18netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian
2015-06-18netfilter: nfnetlink_queue: add security context informationRoman Kubiak
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek
2015-06-15sock_diag: define destruction multicast groupsCraig Gallek
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha
2015-06-15Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov
2015-06-15net: make u64_stats_init() a functionEric Dumazet
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik
2015-06-14netfilter: ipset: Use MSEC_PER_SEC consistentlyJozsef Kadlecsik
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal
2015-06-12netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler
2015-06-12netfilter: bridge: refactor frag_max_sizeBernhard Thaler
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard
2015-06-11NFC: nfcmrvl: add platform_data and DT configurationVincent Cuissard
2015-06-11NFC: nci: add generic uart supportVincent Cuissard
2015-06-11net/ethtool: Add current supported tunable optionsHadar Hen Zion
2015-06-10net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.hFlorian Fainelli
2015-06-10net: phy: broadcom: include phy.h for brcmphy.hFlorian Fainelli
2015-06-10Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/sc...David S. Miller
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley