summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long2018-02-161-3/+2Star
| * | | | rxrpc: Work around usercopy checkDavid Howells2018-02-161-2/+3
| * | | | udplite: fix partial checksum initializationAlexey Kodanev2018-02-162-0/+10
| * | | | dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni2018-02-161-29/+33
| * | | | fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-161-0/+5
| * | | | NFC: llcp: Limit size of SDP URIKees Cook2018-02-162-1/+6
| * | | | tls: getsockopt return record sequence numberBoris Pismenny2018-02-141-0/+2
| * | | | tls: reset the crypto info if copy_from_user failsBoris Pismenny2018-02-141-1/+1
| * | | | tls: retrun the correct IV in getsockoptBoris Pismenny2018-02-141-1/+2
| * | | | tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
| * | | | tipc: Introduce __tipc_nl_net_setYing Xue2018-02-142-3/+13
| * | | | tipc: Introduce __tipc_nl_media_setYing Xue2018-02-142-9/+15
| * | | | tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-142-9/+15
| * | | | tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-142-7/+11
| * | | | tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-142-6/+14
| * | | | tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
| * | | | sctp: fix some copy-paste errors for file commentsXin Long2018-02-142-2/+3
| * | | | net: fix race on decreasing number of TX queuesJakub Kicinski2018-02-141-2/+9
| * | | | rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan2018-02-131-1/+1
| * | | | net: sched: fix tc_u_common lookupJiri Pirko2018-02-131-4/+20
| * | | | net: sched: don't set q pointer for shared blocksJiri Pirko2018-02-131-14/+12Star
| * | | | net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser2018-02-131-1/+1
| * | | | tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-02-121-0/+25
| * | | | sctp: remove the useless check in sctp_renege_eventsXin Long2018-02-121-6/+2Star
| * | | | sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cnameXin Long2018-02-121-0/+6
| * | | | sctp: do not pr_err for the duplicated node in transport rhlistXin Long2018-02-121-4/+1Star
| * | | | bridge: check brport attr show in brport_showXin Long2018-02-121-0/+3
| | |_|/ | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-151-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-091-1/+2
| | |/ | |/|
* | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1132-193/+193
* | | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+1
|\ \ \
| * | | smc: missing poll annotationsAl Viro2018-02-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-1041-177/+385
|\ \ \ \
| * | | | sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-02-091-1/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-092-5/+56
| |\ \ \ \
| | * | | | net: add a UID to use for ULP socket assignmentJohn Fastabend2018-02-062-5/+56
| * | | | | tipc: fix skb truesize/datasize ratio controlHoang Le2018-02-081-2/+2
| * | | | | net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2
| * | | | | mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams2018-02-081-10/+14
| * | | | | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-0811-30/+76
| * | | | | net: Whitelist the skbuff_head_cache "cb" fieldKees Cook2018-02-081-1/+3
| * | | | | rtnetlink: require unique netns identifierChristian Brauner2018-02-081-0/+48
| * | | | | netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
| * | | | | rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-082-41/+52
| | |_|_|/ | |/| | |
| * | | | tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-02-082-2/+4
| * | | | sch_netem: Bug fixing in calculating Netem intervalMd. Islam2018-02-081-1/+1
| * | | | net/ipv6: onlink nexthop checks should default to main tableDavid Ahern2018-02-081-2/+3
| * | | | net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-081-1/+2
| * | | | rxrpc: Fix received abort handlingDavid Howells2018-02-082-5/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-0713-73/+92
| |\ \ \ \