summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: Add IPv4 header for dpipeArkadi Sharshevsky2017-08-241-0/+17
* devlink: Add Ethernet header for dpipeArkadi Sharshevsky2017-08-241-0/+17
* gre: remove duplicated assignment of iphColin Ian King2017-08-241-1/+0Star
* net: tipc: constify genl_opsArvind Yadav2017-08-241-1/+1
* net/sock: allow the user to set negative peek offsetPaolo Abeni2017-08-241-3/+0Star
* ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-243-1/+37
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-244-4/+100
* gre: fix goto statement typoWilliam Tu2017-08-231-2/+2
* bpf: misc xdp redirect cleanupsDaniel Borkmann2017-08-231-40/+32Star
* net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4Star
* gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+269
* udp: remove unreachable ufo branchesWillem de Bruijn2017-08-222-9/+5Star
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-222-5/+3Star
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-2218-37/+79
|\
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-211-13/+11Star
| * net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-191-0/+2
| * rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-191-0/+1
| * irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-191-1/+1
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-191-2/+1Star
| * net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-191-2/+9
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-191-0/+4
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-191-0/+2
| * tipc: fix use-after-freeEric Dumazet2017-08-191-2/+4
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-194-9/+14
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-171-1/+1
| * dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-214-45/+17Star
* | net: check type when freeing metadata dstDavid Lamparter2017-08-211-1/+2
* | net: ipv6: put host and anycast routes on device with addressDavid Ahern2017-08-213-56/+47Star
* | dsa: remove unused net_device arg from handlersFlorian Westphal2017-08-219-17/+10Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-2114-33/+92
|\ \
| * | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-116-17/+40
| * | net: Allow IPsec GSO for local socketsSteffen Klassert2017-08-021-1/+1
| * | xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari2017-08-021-0/+2
| * | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-025-6/+16
| * | esp6: Fix RX checksum after header pullYossi Kuperman2017-08-021-0/+2
| * | xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman2017-08-021-1/+3
| * | esp6: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
| * | esp4: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
* | | net: style cleanupsstephen hemminger2017-08-191-32/+36
* | | net: mark receive queue attributes ro_after_initstephen hemminger2017-08-191-12/+13
* | | net: make queue attributes ro_after_initstephen hemminger2017-08-191-21/+19Star
* | | net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-191-11/+11
* | | net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-191-26/+11Star
* | | net: make net sysfs attributes ro_after_initstephen hemminger2017-08-191-2/+2
* | | net: constify net_ns_type_operationsstephen hemminger2017-08-191-1/+1