aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2-12/+65
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2-10/+82
2017-03-12sctp: add support for generating add stream change event notificationXin Long1-0/+28
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2-0/+82
2017-03-12sctp: add support for generating assoc reset event notificationXin Long1-0/+28
2017-03-12net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina15-16/+62
2017-03-10ipv4: fib: Remove redundant argumentIdo Schimmel3-14/+10
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel4-96/+98
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2-2/+2
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev4-31/+30
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells27-88/+115
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+1
2017-03-09net/socket: use per af lockdep classes for sk queuesPaolo Abeni1-18/+78
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-09rds: ib: add error handleZhu Yanjun1-11/+36
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-08flow_dissector: Move GRE dissection into a separate functionJiri Pirko1-110/+134
2017-03-08flow_dissector: rename "proto again" goto labelJiri Pirko1-4/+4
2017-03-08flow_dissector: Fix GRE header error pathJiri Pirko1-3/+3
2017-03-08flow_dissector: Move MPLS dissection into a separate functionJiri Pirko1-22/+34
2017-03-08flow_dissector: Move ARP dissection into a separate functionJiri Pirko1-53/+67
2017-03-08netfilter: nf_reject: remove unused variableTaehee Yoo1-3/+0
2017-03-08netfilter: bridge: remove unneeded rcu_read_lockFlorian Westphal1-3/+0
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-12/+15
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan1-10/+9
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan3-5/+6
2017-03-07decnet: Use TCP nagle macro instead of literal number in decnetGao Feng1-6/+7
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells3-25/+39
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-07libceph: osd_request_timeout optionIlya Dryomov2-1/+50
2017-03-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-03-07libceph: fix crush_decode() for older mapsIlya Dryomov1-2/+1
2017-03-06ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster1-0/+114
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso4-37/+36
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang10-40/+14
2017-03-06netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King1-2/+0
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches2-30/+19
2017-03-06netfilter: nft_hash: support of symmetric hashLaura Garcia Liebana1-1/+98
2017-03-06netfilter: nft_hash: rename nft_hash to nft_jhashLaura Garcia Liebana1-18/+18
2017-03-06netfilter: nft_exthdr: Allow checking TCP option presence, tooPhil Sutter1-3/+10