aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2-4/+4
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-5/+4
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau1-2/+2
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-39/+81
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev2-12/+20
2017-02-22net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2-0/+12
2017-02-22l2tp: Avoid schedule while atomic in exit_netRidge Kennedy1-1/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds455-6052/+19494
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+14
2017-02-21net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet1-1/+1
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-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-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-25/+30
2017-02-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid 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-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 ParameterXin Long2-7/+71
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request ParameterXin 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 precision loss in window scalingCui, 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