Age | Commit message (Expand) | Author | Files | Lines |
2010-12-17 | netlink: fix gcc -Wconversion compilation warning | Dmitry V. Levin | 1 | -1/+1 |
2010-09-23 | net: Move "struct net" declaration inside the __KERNEL__ macro guard | Ollie Wild | 1 | -2/+2 |
2010-05-21 | netlink: Implment netlink_broadcast_filtered | Eric W. Biederman | 1 | -0/+4 |
2010-03-21 | netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() | Pablo Neira Ayuso | 1 | -1/+1 |
2009-11-04 | net: cleanup include/linux | Eric Dumazet | 1 | -16/+8 |
2009-09-25 | genetlink: fix netns vs. netlink table locking (2) | Johannes Berg | 1 | -0/+1 |
2009-09-15 | genetlink: fix netns vs. netlink table locking | Johannes Berg | 1 | -0/+4 |
2009-08-25 | netlink: constify nlmsghdr arguments | Patrick McHardy | 1 | -7/+8 |
2009-03-25 | netlink: add NETLINK_NO_ENOBUFS socket flag | Pablo Neira Ayuso | 1 | -0/+1 |
2009-02-20 | netlink: add NETLINK_BROADCAST_ERROR socket option | Pablo Neira Ayuso | 1 | -0/+1 |
2008-11-20 | netlink: avoid memset of 0 bytes sparse warning | Patrick McHardy | 1 | -1/+2 |
2008-06-05 | netlink: Remove nonblock parameter from netlink_attachskb | Denis V. Lunev | 1 | -1/+1 |
2008-04-28 | Audit: collect sessionid in netlink messages | Eric Paris | 1 | -0/+1 |
2008-02-01 | [IPV4] fib_trie: rescan if key is lost during dump | Stephen Hemminger | 1 | -1/+1 |
2008-01-29 | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 1 | -0/+1 |
2008-01-29 | [NETLINK]: Mark attribute construction exception unlikely | Patrick McHardy | 1 | -1/+1 |
2007-11-07 | [NETLINK]: Fix unicast timeouts | Patrick McHardy | 1 | -1/+1 |
2007-10-11 | [NET]: make netlink user -> kernel interface synchronious | Denis V. Lunev | 1 | -1/+1 |
2007-10-11 | [NET]: cleanup 3rd argument in netlink_sendskb | Denis V. Lunev | 1 | -1/+1 |
2007-10-11 | [NETLINK]: Introduce nested and byteorder flag to netlink attribute | Thomas Graf | 1 | -0/+14 |
2007-10-11 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 1 | -1/+5 |
2007-07-19 | [NETLIKN]: Allow removing multicast groups. | Johannes Berg | 1 | -0/+1 |
2007-07-19 | [NETLINK]: allocate group bitmaps dynamically | Johannes Berg | 1 | -0/+1 |
2007-05-05 | [NETLINK]: Remove references to process ID | Herbert Xu | 1 | -2/+2 |
2007-04-26 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 1 | -1/+4 |
2007-04-26 | [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} | Arnaldo Carvalho de Melo | 1 | -12/+0 |
2007-04-26 | [NETLINK]: Introduce nlmsg_hdr() helper | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [NETLINK]: Limit NLMSG_GOODSIZE to 8K. | David S. Miller | 1 | -2/+9 |
2007-02-12 | [PATCH] eCryptfs: Public key transport mechanism | Michael Halcrow | 1 | -0/+1 |
2006-12-03 | [NETLINK]: Remove unused dst_pid field in netlink_skb_parms | Thomas Graf | 1 | -1/+0 |
2006-12-03 | [NETLINK]: Do precise netlink message allocations where possible | Thomas Graf | 1 | -0/+1 |
2006-09-03 | [SCSI] SCSI and FC Transport: add netlink support for posting of transport ev... | James Smart | 1 | -0/+2 |
2006-06-22 | [PATCH] w1: netlink: Mark netlink group 1 as unused. | Evgeniy Polyakov | 1 | -1/+1 |
2006-05-01 | [PATCH] Reworked patch for labels on user space messages | Steve Grubb | 1 | -0/+1 |
2006-03-21 | [NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ... | Patrick McHardy | 1 | -0/+1 |
2006-02-10 | [NETLINK]: Fix a severe bug | Alexey Kuznetsov | 1 | -1/+2 |
2005-11-10 | [NETLINK]: Type-safe netlink messages/attributes interface | Thomas Graf | 1 | -1/+23 |
2005-10-09 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |
2005-09-15 | [NETLINK]: Reserve a slot for NETLINK_GENERIC. | David S. Miller | 1 | -0/+1 |
2005-09-12 | [NET]: Add netlink connector. | Evgeniy Polyakov | 1 | -0/+1 |
2005-08-30 | [NETLINK]: Fix sparse warnings | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2005-08-30 | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 1 | -1/+1 |
2005-08-30 | [NETLINK]: Add set/getsockopt options to support more than 32 groups | Patrick McHardy | 1 | -0/+9 |
2005-08-30 | [NETLINK]: Use group numbers instead of bitmasks internally | Patrick McHardy | 1 | -1/+1 |
2005-08-30 | [NETLINK]: Remove unused groups member from struct netlink_skb_parms | Patrick McHardy | 1 | -1/+0 |
2005-08-30 | [TCPDIAG]: Just rename everything to inet_diag | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2005-08-30 | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 1 | -1/+1 |
2005-08-09 | [NETLINK]: Allocate and kill some netlink numbers. | David S. Miller | 1 | -3/+1 |
2005-07-25 | [W1]: Do not use NFLOG netlink number. | David S. Miller | 1 | -1/+1 |