Age | Commit message (Expand) | Author | Files | Lines |
10 days | net: remove sock_i_uid() | Eric Dumazet | 1 | -1/+1 |
2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
2024-09-06 | net/tipc: make use of the helper macro LIST_HEAD() | Hongbo Li | 1 | -4/+2 |
2024-06-28 | kernel-wide: fix spelling mistakes like "assocative" -> "associative" | Jesse Brandeburg | 1 | -1/+1 |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -8/+5 |
2024-04-12 | tipc: remove redundant assignment to ret, simplify code | Colin Ian King | 1 | -4/+1 |
2024-01-24 | tipc: socket: remove Excess struct member kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -1/+1 |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -3/+0 |
2023-05-10 | net: deal with most data-races in sk_wait_event() | Eric Dumazet | 1 | -2/+2 |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2023-02-14 | tipc: fix kernel warning when sending SYN message | Tung Nguyen | 1 | -0/+2 |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+3 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
2022-07-25 | net: Fix data-races around sysctl_[rw]mem(_offset)?. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-06-29 | net: tipc: fix possible refcount leak in tipc_sk_create() | Hangyu Hua | 1 | -0/+1 |
2022-03-22 | tipc: fix the timer expires after interval 100ms | Hoang Le | 1 | -1/+2 |
2022-02-23 | tipc: Fix end of loop tests for list_for_each_entry() | Dan Carpenter | 1 | -1/+1 |
2021-12-31 | net ticp:fix a kernel-infoleak in __tipc_sendmsg() | Haimin Zhang | 1 | -0/+2 |
2021-09-13 | tipc: increase timeout in tipc_sk_enqueue() | Hoang Le | 1 | -1/+1 |
2021-09-03 | tipc: clean up inconsistent indenting | Colin Ian King | 1 | -1/+1 |
2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-08-16 | tipc: call tipc_wait_for_connect only when dlen is not 0 | Xin Long | 1 | -1/+1 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+17 |
2021-07-25 | tipc: fix an use-after-free issue in tipc_recvmsg | Xin Long | 1 | -3/+5 |
2021-07-23 | tipc: fix sleeping in tipc accept routine | Hoang Le | 1 | -5/+4 |
2021-07-23 | tipc: fix implicit-connect for SYN+ | Xin Long | 1 | -8/+13 |
2021-07-16 | tipc: keep the skb in rcv queue until the whole data is read | Xin Long | 1 | -9/+27 |
2021-06-10 | tipc: socket.c: fix the use of copular verb | gushengxian | 1 | -1/+1 |
2021-06-03 | tipc: simplify handling of lookup scope during multicast message reception | Jon Maloy | 1 | -16/+10 |
2021-06-03 | tipc: refactor function tipc_sk_anc_data_recv() | Jon Maloy | 1 | -47/+38 |
2021-06-03 | tipc: eliminate redundant fields in struct tipc_sock | Jon Maloy | 1 | -26/+27 |
2021-05-14 | Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" | Hoang Le | 1 | -1/+4 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-03-29 | tipc: fix htmldoc and smatch warnings | Jon Maloy | 1 | -1/+1 |
2021-03-29 | net:tipc: Fix a double free in tipc_sk_mcast_rcv | Lv Yunlong | 1 | -1/+1 |
2021-03-17 | tipc: simplify signature of tipc_find_service() | Jon Maloy | 1 | -1/+1 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_group() | Jon Maloy | 1 | -25/+17 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes() | Jon Maloy | 1 | -10/+8 |
2021-03-17 | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets() | Jon Maloy | 1 | -11/+11 |
2021-03-17 | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast() | Jon Maloy | 1 | -43/+40 |
2021-03-17 | tipc: rename binding table lookup functions | Jon Maloy | 1 | -9/+10 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_withdraw() functions | Jon Maloy | 1 | -31/+31 |
2021-03-17 | tipc: simplify signature of tipc_namtbl_publish() | Jon Maloy | 1 | -34/+39 |
2021-03-17 | tipc: re-organize members of struct publication | Jon Maloy | 1 | -20/+20 |
2020-12-01 | net/tipc: fix all function Return: notation | Randy Dunlap | 1 | -29/+28 |
2020-12-01 | net/tipc: fix socket.c kernel-doc | Randy Dunlap | 1 | -2/+29 |
2020-12-01 | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 1 | -2/+2 |
2020-11-27 | tipc: update address terminology in code | Jon Maloy | 1 | -22/+22 |
2020-11-27 | tipc: refactor tipc_sk_bind() function | Jon Maloy | 1 | -36/+30 |
2020-10-30 | tipc: add stricter control of reserved service types | Jon Maloy | 1 | -9/+18 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+1 |
2020-09-18 | net: tipc: delete duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-09-10 | tipc: fix shutdown() of connection oriented socket | Tetsuo Handa | 1 | -4/+1 |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+6 |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -3/+6 |
2020-09-02 | tipc: fix shutdown() of connectionless socket | Tetsuo Handa | 1 | -3/+6 |
2020-08-31 | tipc: Remove unused macro TIPC_FWD_MSG | YueHaibing | 1 | -1/+0 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-18 | net: tipc: Convert to use the preferred fallthrough macro | Miaohe Lin | 1 | -2/+2 |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -4/+4 |
2020-07-13 | net: tipc: kerneldoc fixes | Andrew Lunn | 1 | -5/+3 |
2020-06-11 | tipc: fix kernel WARNING in tipc_msg_append() | Tuong Lien | 1 | -1/+2 |
2020-06-01 | tipc: Fix NULL pointer dereference in __tipc_sendstream() | YueHaibing | 1 | -2/+6 |
2020-05-28 | tipc: call tsk_set_importance from tipc_topsrv_create_listener | Christoph Hellwig | 1 | -9/+9 |
2020-05-26 | tipc: add test for Nagle algorithm effectiveness | Tuong Lien | 1 | -12/+52 |
2020-05-13 | tipc: fix large latency in smart Nagle streaming | Tuong Lien | 1 | -11/+31 |
2020-03-26 | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 1 | -1/+1 |
2020-02-10 | tipc: fix successful connect() but timed out | Tuong Lien | 1 | -0/+2 |
2020-01-08 | tipc: fix wrong connect() return code | Tuong Lien | 1 | -2/+2 |
2020-01-08 | tipc: fix link overflow issue at socket shutdown | Tuong Lien | 1 | -21/+32 |
2019-12-10 | tipc: fix retrans failure due to wrong destination | Tuong Lien | 1 | -14/+18 |
2019-11-28 | tipc: fix duplicate SYN messages under link congestion | Tung Nguyen | 1 | -7/+10 |
2019-11-28 | tipc: fix wrong timeout input for tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
2019-11-28 | tipc: fix wrong socket reference counter after tipc_sk_timeout() returns | Tung Nguyen | 1 | -0/+1 |
2019-11-28 | tipc: fix potential memory leak in __tipc_sendmsg() | Tung Nguyen | 1 | -1/+3 |
2019-11-23 | net: use rhashtable_lookup() instead of rhashtable_lookup_fast() | Taehee Yoo | 1 | -1/+1 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-10-30 | tipc: add smart nagle feature | Jon Maloy | 1 | -18/+99 |
2019-10-29 | tipc: improve throughput between nodes in netns | Hoang Le | 1 | -3/+3 |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -2/+2 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+4 |
2019-10-09 | net: silence KCSAN warnings about sk->sk_backlog.len reads | Eric Dumazet | 1 | -1/+1 |
2019-10-09 | net: silence KCSAN warnings around sk_add_backlog() calls | Eric Dumazet | 1 | -3/+3 |
2019-10-06 | net: tipc: have genetlink code to parse the attrs during dumpit | Jiri Pirko | 1 | -5/+1 |
2019-08-18 | tipc: clean up skb list lock handling on send path | Jon Maloy | 1 | -7/+7 |
2019-07-30 | tipc: fix unitilized skb list crash | Jon Maloy | 1 | -2/+1 |
2019-05-09 | tipc: fix hanging clients using poll with EPOLLOUT flag | Parthasarathy Bhuvaragan | 1 | -2/+2 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -3/+3 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -5/+5 |
2019-04-19 | tipc: introduce new socket option TIPC_SOCK_RECVQ_USED | Tung Nguyen | 1 | -0/+3 |
2019-03-21 | tipc: fix a null pointer deref | Hoang Le | 1 | -1/+1 |
2019-03-21 | tipc: fix use-after-free in tipc_sk_filter_rcv | Hoang Le | 1 | -1/+2 |
2019-03-19 | tipc: smooth change between replicast and broadcast | Hoang Le | 1 | -0/+5 |
2019-03-17 | tipc: allow service ranges to be connect()'ed on RDM/DGRAM | Erik Hugne | 1 | -5/+15 |
2019-03-16 | net: tipc: fix a missing check for nla_nest_start | Kangjie Lu | 1 | -0/+2 |
2019-03-05 | tipc: fix RDM/DGRAM connect() regression | Erik Hugne | 1 | -1/+1 |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2019-02-26 | tipc: fix race condition causing hung sendto | Tung Nguyen | 1 | -1/+5 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2019-02-21 | tipc: improve function tipc_wait_for_rcvmsg() | Tung Nguyen | 1 | -4/+5 |
2019-02-21 | tipc: improve function tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
2019-01-23 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+24 |
2018-12-19 | tipc: add trace_events for tipc socket | Tuong Lien | 1 | -5/+132 |
2018-12-19 | tipc: enable tracepoints in tipc | Tuong Lien | 1 | -0/+90 |
2018-12-18 | tipc: check group dests after tipc_wait_for_cond() | Cong Wang | 1 | -4/+5 |
2018-12-14 | tipc: check tsk->group in tipc_wait_for_cond() | Cong Wang | 1 | -11/+14 |
2018-12-14 | tipc: use lock_sock() in tipc_sk_reinit() | Cong Wang | 1 | -2/+6 |
2018-11-17 | tipc: don't assume linear buffer when reading ancillary data | Jon Maloy | 1 | -4/+11 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+12 |
2018-10-10 | tipc: queue socket protocol error messages into socket receive buffer | Parthasarathy Bhuvaragan | 1 | -2/+12 |
2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2018-09-29 | tipc: buffer overflow handling in listener socket | Tung Nguyen | 1 | -6/+43 |
2018-09-29 | tipc: add SYN bit to connection setup messages | Jon Maloy | 1 | -0/+5 |
2018-09-29 | tipc: refactor function tipc_sk_filter_connect() | Jon Maloy | 1 | -58/+43 |
2018-09-29 | tipc: refactor function tipc_sk_timeout() | Jon Maloy | 1 | -24/+38 |
2018-09-25 | tipc: fix flow control accounting for implicit connect | Parthasarathy Bhuvaragan | 1 | -1/+3 |
2018-09-06 | tipc: call start and done ops directly in __tipc_nl_compat_dumpit() | Cong Wang | 1 | -6/+11 |
2018-09-05 | tipc: orphan sock in tipc_release() | Cong Wang | 1 | -0/+1 |
2018-08-29 | tipc: switch to rhashtable iterator | Cong Wang | 1 | -26/+50 |
2018-08-29 | tipc: fix a missing rhashtable_walk_exit() | Cong Wang | 1 | -0/+2 |
2018-08-01 | net/tipc: remove redundant variables 'tn' and 'oport' | Colin Ian King | 1 | -4/+1 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+9 |
2018-06-30 | tipc: extend sock diag for group communication | GhantaKrishnamurthy MohanKrishna | 1 | -0/+5 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -5/+9 |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+11 |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -9/+5 |
2018-05-26 | net/tipc: convert to ->poll_mask | Christoph Hellwig | 1 | -9/+5 |
2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-05-10 | tipc: fix one byte leak in tipc_sk_set_orig_addr() | Eric Dumazet | 1 | -1/+2 |
2018-04-27 | tipc: introduce ioctl for fetching node identity | Jon Maloy | 1 | -2/+11 |
2018-04-12 | tipc: fix missing initializer in tipc_sendmsg() | Jon Maloy | 1 | -1/+3 |
2018-04-08 | tipc: use the right skb in tipc_sk_fill_sock_diag() | Cong Wang | 1 | -3/+3 |
2018-04-04 | tipc: Fix namespace violation in tipc_sk_fill_sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -1/+2 |
2018-03-31 | tipc: permit overlapping service ranges in name table | Jon Maloy | 1 | -2/+2 |
2018-03-23 | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 1 | -13/+10 |
2018-03-22 | tipc: step sk->sk_drops when rcv buffer is full | GhantaKrishnamurthy MohanKrishna | 1 | -2/+7 |
2018-03-22 | tipc: implement socket diagnostics for AF_TIPC | GhantaKrishnamurthy MohanKrishna | 1 | -5/+67 |
2018-03-22 | tipc: modify socket iterator for sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -24/+41 |
2018-03-17 | tipc: some name changes | Jon Maloy | 1 | -7/+7 |
2018-03-17 | tipc: obsolete TIPC_ZONE_SCOPE | Jon Maloy | 1 | -5/+10 |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-02-27 | tipc: correct initial value for group congestion flag | Jon Maloy | 1 | -0/+1 |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -11/+11 |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -50/+64 |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-19 | tipc: fix race between poll() and setsockopt() | Jon Maloy | 1 | -4/+3 |
2018-01-15 | tipc: fix bug during lookup of multicast destination nodes | Jon Maloy | 1 | -2/+1 |
2018-01-15 | tipc: fix a potental access after delete in tipc_sk_join() | Jon Maloy | 1 | -0/+1 |
2018-01-09 | tipc: improve poll() for group member socket | Jon Maloy | 1 | -4/+4 |
2018-01-09 | tipc: improve groupcast scope handling | Jon Maloy | 1 | -35/+53 |
2018-01-09 | tipc: send out join messages as soon as new member is discovered | Jon Maloy | 1 | -2/+2 |
2018-01-09 | tipc: create group member event messages when they are needed | Jon Maloy | 1 | -2/+1 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-12-28 | tipc: fix hanging poll() for stream sockets | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-12-13 | tipc: eliminate potential memory leak | Jon Maloy | 1 | -1/+1 |
2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 1 | -4/+2 |
2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-01 | net: tipc: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+5 |
2017-10-26 | tipc: fix a dangling pointer | Cong Wang | 1 | -1/+3 |
2017-10-22 | tipc: refactor tipc_sk_timeout() function | Jon Maloy | 1 | -26/+23 |
2017-10-21 | tipc: fix broken tipc_poll() function | Jon Maloy | 1 | -3/+2 |
2017-10-13 | tipc: guarantee delivery of UP event before first broadcast | Jon Maloy | 1 | -0/+4 |
2017-10-13 | tipc: guarantee that group broadcast doesn't bypass group unicast | Jon Maloy | 1 | -5/+29 |
2017-10-13 | tipc: guarantee group unicast doesn't bypass group broadcast | Jon Maloy | 1 | -0/+2 |
2017-10-13 | tipc: introduce group multicast messaging | Jon Maloy | 1 | -4/+52 |
2017-10-13 | tipc: introduce group anycast messaging | Jon Maloy | 1 | -0/+84 |
2017-10-13 | tipc: introduce group unicast messaging | Jon Maloy | 1 | -10/+102 |
2017-10-13 | tipc: introduce flow control for group broadcast messages | Jon Maloy | 1 | -12/+36 |
2017-10-13 | tipc: receive group membership events via member socket | Jon Maloy | 1 | -18/+31 |
2017-10-13 | tipc: add second source address to recvmsg()/recvfrom() | Jon Maloy | 1 | -18/+35 |
2017-10-13 | tipc: introduce communication groups | Jon Maloy | 1 | -27/+182 |
2017-10-13 | tipc: improve destination linked list | Jon Maloy | 1 | -6/+6 |
2017-10-13 | tipc: add new function for sending multiple small messages | Jon Maloy | 1 | -12/+2 |
2017-10-13 | tipc: refactor function filter_rcv() | Jon Maloy | 1 | -81/+80 |
2017-10-13 | tipc: improve address sanity check in tipc_connect() | Jon Maloy | 1 | -16/+15 |
2017-10-13 | tipc: add ability to order and receive topology events in driver | Jon Maloy | 1 | -12/+20 |
2017-08-24 | tipc: Fix tipc_sk_reinit handling of -EAGAIN | Bob Peterson | 1 | -3/+3 |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-05-11 | tipc: make macro tipc_wait_for_cond() smp safe | Jon Paul Maloy | 1 | -19/+19 |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -148/+148 |
2017-05-02 | tipc: refactor function tipc_sk_recv_stream() | Jon Paul Maloy | 1 | -84/+71 |
2017-05-02 | tipc: refactor function tipc_sk_recvmsg() | Jon Paul Maloy | 1 | -59/+50 |
2017-04-28 | tipc: close the connection if protocol messages contain errors | Parthasarathy Bhuvaragan | 1 | -0/+8 |
2017-04-28 | tipc: improve error validations for sockets in CONNECTING state | Parthasarathy Bhuvaragan | 1 | -3/+22 |
2017-04-28 | tipc: Fix missing connection request handling | Parthasarathy Bhuvaragan | 1 | -2/+1 |
2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-04-25 | tipc: fix socket flow control accounting error at tipc_recv_stream | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-04-25 | tipc: fix socket flow control accounting error at tipc_send_stream | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+1 |
2017-03-29 | tipc: allow rdm/dgram socketpairs | Erik Hugne | 1 | -4/+16 |
2017-03-29 | tipc: add support for stream/seqpacket socketpairs | Erik Hugne | 1 | -2/+12 |
2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -3/+5 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+2 |