summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-102-23/+53
* rxrpc: Fix the min security level for kernel callsDavid Howells2018-05-101-1/+1
* rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-05-101-15/+42
* rxrpc: Fix missing start of call timeoutDavid Howells2018-05-104-1/+23
* net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-104-9/+6
* r8169: fix powering up RTL8168hHeiner Kallweit2018-05-081-0/+3
* Merge tag 'linux-can-fixes-for-4.17-20180508' of ssh://gitolite.kernel.org/pu...David S. Miller2018-05-086-19/+23
|\
| * DT: net: can: rcar_canfd: document R8A77980 bindingsSergei Shtylyov2018-05-081-0/+1
| * DT: net: can: rcar_canfd: document R8A77970 bindingsSergei Shtylyov2018-05-081-0/+1
| * dt-bindings: can: rcar_can: Fix R8A7796 SoC nameGeert Uytterhoeven2018-05-081-1/+1
| * can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson2018-05-081-1/+1
| * arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcanUwe Kleine-König2018-05-082-4/+4
| * can: flexcan: fix endianess detectionUwe Kleine-König2018-05-081-12/+14
| * can: dev: increase bus-off message severityJakob Unterwurzacher2018-05-081-1/+1
* | Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc...David S. Miller2018-05-084-15/+20
|\ \ | |/ |/|
| * net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
| * net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
| * net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai2018-04-231-1/+1
| * ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
* | llc: better deal with too small mtuEric Dumazet2018-05-081-0/+3
* | Merge branch 'Aquantia-various-patches-2018-05'David S. Miller2018-05-083-10/+14
|\ \
| * | net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh2018-05-083-10/+12
| * | net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh2018-05-081-0/+2
|/ /
* | trivial: fix inconsistent help textsGeorg Hofmann2018-05-081-5/+4
* | MAINTAINERS: Update the 3c59x network driver entrySteffen Klassert2018-05-081-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-075-12/+47
|\ \
| * | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
| * | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-163-0/+10
| * | af_key: Always verify length of provided sadb_keyKevin Easton2018-04-091-10/+35
* | | net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-071-0/+1
* | | net: flow_dissector: fix typo 'can by' to 'can be'Wolfram Sang2018-05-071-1/+1
* | | net: dsa: mv88e6xxx: Fix PHY interrupts by parameterising PHY base addressAndrew Lunn2018-05-073-1/+28
* | | tls: fix use after free in tls_sk_proto_closeEric Dumazet2018-05-071-7/+4
* | | sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-072-41/+75
* | | net: nixge: Address compiler warnings about signednessMoritz Fischer2018-05-071-1/+1
* | | net: nixge: Fix error path for obtaining mac addressMoritz Fischer2018-05-071-3/+5
* | | selftests: net: use TEST_PROGS_EXTENDEDAnders Roxell2018-05-071-1/+1
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-05-071-4/+15
|\ \ \
| * | | Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_tableHans de Goede2018-04-301-0/+7
| * | | Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome chipsetsHans de Goede2018-04-301-3/+7
| * | | Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"Hans de Goede2018-04-301-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-041-5/+14
|\ \ \ \
| * | | | bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-031-2/+8
| * | | | bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-05-041-3/+6
* | | | | net: phy: sfp: fix the BR,min computationAntoine Tenart2018-05-041-1/+1
* | | | | net: ethernet: sun: niu set correct packet size in skbRob Taglang2018-05-041-3/+2
* | | | | net/netlink: make sure the headers line up actual value outputYU Bo2018-05-041-3/+3
* | | | | tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan2018-05-041-4/+5
* | | | | nsh: fix infinite loopEric Dumazet2018-05-041-0/+4
* | | | | net: atm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-041-2/+7