summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-41/+77
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2017-02-28mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan23-39/+39
2017-02-28scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-28scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-28scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2-4/+4
2017-02-28scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+5
2017-02-27mac80211: fix typo in debug printSara Sharon1-1/+1
2017-02-27mac80211: shorten debug messageSara Sharon1-1/+1
2017-02-27mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-02-27mac80211: don't handle filtered frames within a BA sessionFelix Fietkau1-1/+2
2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon3-3/+18
2017-02-27mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-02-27mac80211: fix packet statistics for fast-RXJohannes Berg1-0/+1
2017-02-27l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-02-27xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov1-8/+21
2017-02-27net sched actions: do not overwrite status of action creation.Roman Mashak1-2/+2
2017-02-27rxrpc: Kernel calls get stuck in recvmsgDavid Howells1-2/+6
2017-02-27net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-02-27ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2017-02-27sctp: 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-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+4
2017-02-25netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme1-1/+1
2017-02-25sunrpc: don't register UDP port with rpcbind when version needs congestion co...Jeff Layton1-0/+7
2017-02-25nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+15
2017-02-25sunrpc: flag transports as having congestion controlJeff Layton2-0/+9
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-1/+1
2017-02-24rds: fix memory leak errorZhu Yanjun1-3/+4
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2-11/+10
2017-02-24libceph: get rid of ack vs commitIlya Dryomov1-87/+26
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-24crush: fix dprintk compilationIlya Dryomov1-2/+2
2017-02-24crush: do is_out test only if we do not collideIlya Dryomov1-3/+1
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-23tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-02-23tcp: setup timestamp offset when write_seq already setAlexey Kodanev2-12/+20
2017-02-23net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2-0/+12