summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy2017-03-031-2/+0
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-02-281-3/+4
* Merge branch 'qed-fixes'David S. Miller2017-02-275-22/+34
|\
| * qed: Don't use attention PTT for configuring BWMintz, Yuval2017-02-273-5/+8
| * qed: Fix race with multiple VFsMintz, Yuval2017-02-272-17/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-275-5/+6
|\
| * netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso2017-02-261-1/+1
| * netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-02-261-2/+2
| * netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme2017-02-251-1/+1
| * uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1
| * uapi: stop including linux/sysctl.h in uapi/linux/netfilter.hDmitry V. Levin2017-02-231-1/+0
| * netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal2017-02-231-0/+1
* | l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-02-271-1/+1
* | xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov2017-02-271-8/+21
* | rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu2017-02-271-2/+3
* | rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu2017-02-271-3/+1
* | net sched actions: do not overwrite status of action creation.Roman Mashak2017-02-271-2/+2
* | rxrpc: Kernel calls get stuck in recvmsgDavid Howells2017-02-271-2/+6
* | net sched actions: decrement module reference count after table flush.Roman Mashak2017-02-271-4/+1
* | lib: Allow compile-testing of parmanGeert Uytterhoeven2017-02-271-1/+1
* | ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-271-3/+8
* | sctp: set sin_port for addr param when checking duplicate addressXin Long2017-02-271-1/+5
* | net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2017-02-262-11/+8
* | net: s2io: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* | net: vxge: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* | ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
* | ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-262-3/+4
* | lib: fix spelling mistake: "actualy" -> "actually"Colin Ian King2017-02-261-1/+1
* | drivers: net: xgene: Simplify xgene_enet_setup_mss() to kill warningGeert Uytterhoeven2017-02-241-10/+3
* | rds: fix memory leak errorZhu Yanjun2017-02-241-3/+4
* | vxlan: don't allow overwrite of config src addrBrian Russell2017-02-241-7/+5
* | vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* | rxrpc: Fix an assertion in rxrpc_read()Marc Dionne2017-02-241-1/+1
* | net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli2017-02-241-1/+1
* | vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-02-241-1/+1
* | tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* | net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-249-121/+71
* | RDS: IB: fix ifnullfree.cocci warningsWu Fengguang2017-02-241-2/+1
* | sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-241-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-2440-226/+431
|\ \
| * | proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-211-13/+18
| * | vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-141-1/+1
| * | proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-134-19/+51
| * | mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-034-63/+111
| * | prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-032-3/+29
| * | introduce the walk_process_tree() helperOleg Nesterov2017-02-032-0/+35
| * | Merge branch 'nsfs-discovery'Eric W. Biederman2017-02-032-2/+20
| |\ \
| | * | nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-032-3/+16
| | * | nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-252-0/+5
| * | | fs: Better permission checking for submountsEric W. Biederman2017-02-0113-22/+47