summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
* tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet2017-02-211-2/+2
* net/hsr: use eth_hw_addr_random()Tobias Klauser2017-02-211-1/+1
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-211-3/+3
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
* rtnl: simplify error return path in rtnl_create_link()Tobias Klauser2017-02-211-6/+1Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-02-202-2/+2
|\
| * Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King2017-02-161-1/+1
| * Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia2017-02-161-1/+1
* | net: mpls: Add support for netconfDavid Ahern2017-02-202-3/+211
* | sctp: add support for MSG_MOREXin Long2017-02-202-6/+4Star
* | sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long2017-02-201-0/+4
* | openvswitch: Set event bit after initializing labels.Jarno Rajahalme2017-02-201-3/+6
* | sctp: check duplicate node before inserting a new transportXin Long2017-02-201-0/+13
* | sctp: add reconf chunk eventXin Long2017-02-201-0/+30
* | sctp: add reconf chunk processXin Long2017-02-201-0/+54
* | sctp: add a function to verify the sctp reconf chunkXin Long2017-02-201-0/+59
* | sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-202-7/+71
* | sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-201-0/+113
* | sctp: add support for generating stream ssn reset event notificationXin Long2017-02-201-0/+29
* | sctp: add support for generating stream reconf resp chunkXin Long2017-02-201-0/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-194-30/+44
|\ \
| * | ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-191-2/+4
| * | irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-171-18/+16Star
| * | dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-171-1/+2
| * | packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-171-9/+22
* | | tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-171-1/+1
* | | tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng2017-02-171-2/+5
* | | rds:Remove unnecessary ib_ring unallocZhu Yanjun2017-02-171-1/+0Star
* | | pkt_sched: Remove useless qdisc_stab_lockGao Feng2017-02-171-12/+0Star
* | | rxrpc: Change module filename to rxrpc.koDavid Howells2017-02-171-6/+6
* | | rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann2017-02-171-4/+7
* | | bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entriesRoopa Prabhu2017-02-171-1/+1
* | | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-172-1/+9
* | | bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-9/+9
* | | bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failureRoopa Prabhu2017-02-171-0/+2
* | | tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-02-172-11/+23
* | | net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz2017-02-171-2/+11
* | | net/sched: cls_u32: Reflect HW offload statusOr Gerlitz2017-02-171-0/+10
* | | net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz2017-02-171-2/+10
* | | net/sched: cls_flower: Reflect HW offload statusOr Gerlitz2017-02-171-0/+5
* | | net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz2017-02-171-0/+3
* | | net/sched: cls_flower: Properly handle classifier flags dumpingOr Gerlitz2017-02-171-1/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-1721-141/+394
|\ \ \
| * | | esp: Add a software GRO codepathSteffen Klassert2017-02-1511-7/+287
| * | | xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert2017-02-151-0/+2
| * | | xfrm: Export xfrm_parse_spi.Steffen Klassert2017-02-151-0/+1
| * | | net: Prepare gro for packet consuming gro callbacksSteffen Klassert2017-02-152-0/+11
| * | | net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-153-3/+3
| * | | xfrm: Add a secpath_set helper.Steffen Klassert2017-02-152-24/+25