summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tc-testing: ife: fix wrong teardown command in test b7b8Davide Caratti2018-06-121-1/+1
| * | net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-122-14/+38
| * | net: phy: mdio-gpio: Cut surplus includesLinus Walleij2018-06-121-3/+0
| * | Merge branch 'hv_netvsc-notification-and-namespace-fixes'David S. Miller2018-06-123-63/+184
| |\ \
| | * | hv_netvsc: move VF to same namespace as netvsc deviceStephen Hemminger2018-06-121-1/+20
| | * | hv_netvsc: fix network namespace issues with VF supportStephen Hemminger2018-06-122-23/+22
| | * | hv_netvsc: drop common code until callback model fixedStephen Hemminger2018-06-123-62/+165
| |/ /
| * | Merge branch 'nfp-fixes'David S. Miller2018-06-125-7/+11
| |\ \
| | * | nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren2018-06-121-0/+2
| | * | nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-123-1/+6
| | * | nfp: include all ring counters in interface statsJakub Kicinski2018-06-121-1/+1
| | * | nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski2018-06-121-5/+2
| |/ /
| * / Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1
| |/
| * tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-111-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-113-6/+15
| |\
| | * xsk: silence warning on memory allocation failureBjörn Töpel2018-06-111-1/+2
| | * selftests: bpf: fix urandom_read build issueAnders Roxell2018-06-111-3/+1
| | * bpf: implement dummy fops for bpf objectsDaniel Borkmann2018-06-081-2/+12
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-06-115-25/+48
| |\ \
| | * | ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17
| | * | ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
| | * | ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-112-9/+9
| | * | ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-112-3/+3
| | * | ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-112-8/+8
| * | | net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern2018-06-111-1/+1
| * | | tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-113-15/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1115-36/+99
| |\ \ \
| | * | | netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe2018-06-081-10/+0
| | * | | netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-083-0/+4
| | * | | netfilter: nf_conntrack: Increase __IPS_MAX_BIT with new bit IPS_OFFLOAD_BITGao Feng2018-06-071-1/+1
| | * | | netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
| | * | | Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso2018-06-063-12/+23
| | |\ \ \
| | | * | | netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
| | | * | | netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-062-8/+10
| | | * | | netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik2018-06-061-2/+8
| | | * | | netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-06-061-1/+1
| | * | | | netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-06-061-0/+13
| | * | | | netfilter: ebtables: fix compat entry paddingAlin Nastac2018-06-041-5/+5
| | |/ / /
| | * | | ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
| | * | | netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v...Taehee Yoo2018-06-041-1/+1
| | * | | ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-022-0/+34
| | * | | netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
| | * | | netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng2018-06-011-0/+10
| * | | | net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia2018-06-111-1/+2
| * | | | ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0
| | |/ / | |/| |
* | | | Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-161-3/+1
|\ \ \ \
| * | | | module: Allow to always show the status of modsignJia Zhang2018-04-161-2/+0
| * | | | module: Do not access sig_enforce directlyJia Zhang2018-04-161-1/+1
* | | | | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-165-31/+15
|\ \ \ \ \
| * | | | | um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2