aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-41/+77
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan23-39/+39
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+5
2017-02-26l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-02-26xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov1-8/+21
2017-02-26net sched actions: do not overwrite status of action creation.Roman Mashak1-2/+2
2017-02-26rxrpc: Kernel calls get stuck in recvmsgDavid Howells1-2/+6
2017-02-26net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-02-26ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2017-02-26sctp: set sin_port for addr param when checking duplicate addressXin Long1-1/+5
2017-02-26netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso1-1/+1
2017-02-26netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme1-2/+2
2017-02-26ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov2-3/+4
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-25netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme1-1/+1
2017-02-24rds: fix memory leak errorZhu Yanjun1-3/+4
2017-02-24vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-02-24rxrpc: Fix an assertion in rxrpc_read()Marc Dionne1-1/+1
2017-02-24tipc: move premature initilalization of stack variablesJon Paul Maloy1-5/+7
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-23netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal1-0/+1
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