aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-6/+11
2017-03-15mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck1-10/+16
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller61-240/+401
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-237/+346
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-13lwtunnel: remove unused but set variableRoopa Prabhu1-2/+0
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun1-7/+19
2017-03-13rds: ib: add the static type to the functionZhu Yanjun2-4/+3
2017-03-13rds: ib: remove redundant ib_dealloc_fmrZhu Yanjun1-5/+2
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun1-3/+2
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13atm: remove an unnecessary loopFrancois Romieu1-9/+13
2017-03-13mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2-13/+71
2017-03-13mpls: allow TTL propagation to IP packets to be configuredRobert Shearman2-8/+86
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller1-1/+1
2017-03-12drop_monitor: use setup_timerGeliang Tang1-3/+2
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-12net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng1-14/+18
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long2-0/+88
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2-3/+157
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long2-12/+65
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin 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