summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples: bpf: make the use of xdp samples consistentDaniel T. Lee2019-06-264-12/+42
* bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-261-13/+14
* selftests/bpf: build tests with debug infoAndrii Nakryiko2019-06-261-1/+1
* libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-261-1/+1
* veth: Support bulk XDP_TXToshiaki Makita2019-06-251-12/+48
* xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-252-0/+30
* selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-244-0/+162
* xsk: sample kernel code is now in libbpfEric Leblond2019-06-241-1/+15
* libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-241-4/+4
* samples: bpf: Remove bpf_debug macro in favor of bpf_printkMichal Rostecki2019-06-241-12/+6
* Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'David S. Miller2019-06-236-61/+95
|\
| * ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-234-8/+37
| * ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
| * ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-233-7/+20
| * ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
| * ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-232-43/+31
|/
* doc: phy: document some PHY_INTERFACE_MODE_xxx settingsRussell King2019-06-231-1/+44
* inet: fix compilation warnings in fqdir_pre_exit()Qian Cai2019-06-231-1/+1
* net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lockRasmus Villemoes2019-06-239-148/+158
* net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran2019-06-231-2/+2
* hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King2019-06-221-6/+15
* Merge branch 'net-mediatek-Add-MT7621-TRGMII-mode-support'David S. Miller2019-06-224-14/+85
|\
| * net: dsa: mt7530: Add MT7621 TRGMII mode supportRené van Dorst2019-06-222-10/+40
| * net: ethernet: mediatek: Add MT7621 TRGMII mode supportRené van Dorst2019-06-222-4/+45
|/
* netns: restore ops before calling ops_exit_listLi RongQing2019-06-221-1/+1
* ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-221-0/+6
* fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-221-13/+2
* net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-225-27/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-225301-26605/+7190
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2125-112/+123
| |\
| | * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| | * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-193-8/+3
| | * net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry2019-06-191-0/+3
| | * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| | * net: hns3: Fix inconsistent indentingKrzysztof Kozlowski2019-06-191-1/+1
| | * Merge branch 'af_iucv-fixes'David S. Miller2019-06-191-13/+36
| | |\
| | | * net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| | | * net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| | | * net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| | |/
| | * net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes2019-06-191-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-183-14/+14
| | |\
| | | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
| | | * netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2
| | * | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
| | * | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
| | * | Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames'David S. Miller2019-06-181-12/+14
| | |\ \
| | | * | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-181-8/+7
| | | * | net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-181-5/+8
| | |/ /
| | * | net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-1/+1