summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
* xen-netback: Fix logging message with spurious period after newlineJoe Perches2017-12-061-1/+1
* net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal2017-12-061-0/+2
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-055-31/+11
* socketpair(): allocate descriptors firstAl Viro2017-12-051-51/+38
* fix kcm_clone()Al Viro2017-12-051-44/+27
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-051-0/+5
* net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-052-43/+1
* Merge branch 'rmnet-Fix-leaks-in-failure-scenarios'David S. Miller2017-12-052-2/+7
|\
| * net: qualcomm: rmnet: Fix leak in device creation failureSubash Abhinov Kasiviswanathan2017-12-051-0/+1
| * net: qualcomm: rmnet: Fix leak on transmit failureSubash Abhinov Kasiviswanathan2017-12-051-2/+6
|/
* VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
* tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
* Merge branch 'sh_eth-dma-mapping-fixes'David S. Miller2017-12-051-15/+16
|\
| * net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni2017-12-051-6/+6
| * net: sh_eth: use correct "struct device" when calling DMA mapping functionsThomas Petazzoni2017-12-051-9/+10
|/
* Merge branch 'RED-qdisc-fixes'David S. Miller2017-12-055-1/+23
|\
| * net_sched: red: Avoid illegal valuesNogah Frankel2017-12-055-0/+22
| * net_sched: red: Avoid devision by zeroNogah Frankel2017-12-051-1/+1
|/
* gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen2017-12-051-2/+4
* Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-051-1/+1
* nfp: fix port stats for mac representorsPieter Jansen van Vuuren2017-12-051-9/+6
* Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-12-043-3/+5
|\
| * virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek2017-12-011-2/+1
| * virtio: release virtio index when fail to device_registerweiping zhang2017-12-011-0/+2
| * fw_cfg: fix driver removeMarc-André Lureau2017-12-011-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0454-187/+397
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-0310-21/+77
| |\ \
| | * | samples/bpf: add error checking for perf ioctl calls in bpf loaderYonghong Song2017-12-011-2/+12
| | * | bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-012-1/+10
| | * | tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song2017-11-301-0/+7
| | * | trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter listXie XiuQi2017-11-301-0/+1
| | * | Merge branch 'bpftool-misc-fixes'Daniel Borkmann2017-11-304-18/+32
| | |\ \
| | | * | tools: bpftool: declare phony targets as suchQuentin Monnet2017-11-301-1/+1
| | | * | tools: bpftool: unify installation directoriesQuentin Monnet2017-11-302-3/+4
| | | * | tools: bpftool: remove spurious line break from error messageQuentin Monnet2017-11-301-1/+1
| | | * | tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet2017-11-301-1/+6
| | | * | tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet2017-11-302-2/+11
| | | * | tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet2017-11-301-10/+9
| | |/ /
| | * | bpf: offload: add a license headerJakub Kicinski2017-11-271-0/+15
| * | | Merge branch 'tcp-cb-selinux-corruption'David S. Miller2017-12-033-25/+47
| |\ \ \
| | * | | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-031-2/+1
| | * | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-032-23/+46
| |/ / /
| * | | rxrpc: Fix the MAINTAINERS recordDavid Howells2017-12-031-3/+15
| * | | rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
| * | | liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
| * | | Merge tag 'linux-can-fixes-for-4.15-20171201' of git://git.kernel.org/pub/scm...David S. Miller2017-12-036-11/+25
| |\ \ \
| | * | | can: mcba_usb: fix device disconnect bugMartin Kelly2017-12-011-0/+1