summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-272-3/+15
* Merge branch 'tg3-fixes'David S. Miller2017-12-272-4/+22
|\
| * tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2017-12-271-1/+2
| * tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2017-12-272-0/+14
| * tg3: Update copyrightSiva Reddy Kallam2017-12-272-3/+6
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-277-5/+125
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-194-2/+80
| * xfrm: put policies when reusing pcpu xdst entryFlorian Westphal2017-12-121-0/+1
| * xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
| * xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-081-0/+1
| * xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
| * xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
| * xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
| * xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* | net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan2017-12-271-0/+6
* | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
* | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* | RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3
* | tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau2017-12-261-60/+37
* | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* | net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko2017-12-261-0/+2
* | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* | net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
* | net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko2017-12-261-0/+1
* | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | phylink: ensure AN is enabledRussell King2017-12-251-0/+1
* | phylink: ensure the PHY interface mode is appropriately setRussell King2017-12-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-2173-492/+1548
|\ \
| * \ Merge branch 'net-zerocopy-fixes'David S. Miller2017-12-211-3/+4
| |\ \
| | * | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
| | * | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
| |/ /
| * | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-214-4/+13
| * | openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
| * | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-206-168/+730
| |\ \
| | * | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-212-95/+63
| | * | Merge branch 'bpf-verifier-sec-fixes'Daniel Borkmann2017-12-213-67/+661
| | |\ \
| | | * | selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| | | * | bpf: fix integer overflowsAlexei Starovoitov2017-12-212-2/+50
| | | * | bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
| | | * | bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
| | | * | bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
| | | * | bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
| | | * | bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
| | | * | bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
| | | * | bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
| | |/ /
| | * | bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
| | * | bpf: fix broken BPF selftest build on s390Hendrik Brueckner2017-12-191-1/+1
| * | | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
| * | | s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2017-12-201-1/+8