summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-21tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet1-2/+2
2017-02-21net/hsr: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng1-3/+3
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser1-6/+1
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter1-1/+3
2017-02-21Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2-4/+7
2017-02-21netfilter: nfnetlink: remove static declaration from err_listLiping Zhang1-1/+1
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields10-103/+86
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-25/+30
2017-02-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-2/+2
2017-02-20net: mpls: Add support for netconfDavid Ahern2-3/+211
2017-02-20sctp: add support for MSG_MOREXin Long2-6/+4
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long1-0/+4
2017-02-20openvswitch: Set event bit after initializing labels.Jarno Rajahalme1-3/+6
2017-02-20libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov2-3/+6
2017-02-20libceph: don't go through with the mapping if the PG is too wideIlya Dryomov1-2/+8
2017-02-20crush: merge working data and scratchIlya Dryomov2-16/+15
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov3-78/+180
2017-02-20libceph: add osdmap_set_crush() helperIlya Dryomov1-20/+16
2017-02-20libceph: remove unneeded stddef.h includeStafford Horne1-2/+0
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-1/+2
2017-02-20libceph: include linux/sched.h into crypto.c directlyIlya Dryomov1-0/+1
2017-02-19sctp: check duplicate node before inserting a new transportXin Long1-0/+13
2017-02-19sctp: add reconf chunk eventXin Long1-0/+30
2017-02-19sctp: add reconf chunk processXin Long1-0/+54
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+59
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2-7/+71
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long1-0/+113
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long1-0/+29
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long1-0/+74
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys1-16/+9
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai1-3/+6
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik1-1/+1
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+44
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet1-1/+1
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng1-2/+5
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun1-1/+0
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng1-12/+0
2017-02-17rxrpc: Change module filename to rxrpc.koDavid Howells1-6/+6
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann1-4/+7
2017-02-17bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entriesRoopa Prabhu1-1/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann2-1/+9
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-9/+9
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failureRoopa Prabhu1-0/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2017-02-17net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz1-2/+11