aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAge
...
* af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2010-06-16
* sock: Introduce cred_to_ucredEric W. Biederman2010-06-16
* net-caif: Added missing lock validator constantsAlex Lorca2010-06-07
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-27
* tun: Update classid on packet injectionHerbert Xu2010-05-24
* cls_cgroup: Store classid in struct sockHerbert Xu2010-05-24
* net: add a noref bit on skb dstEric Dumazet2010-05-17
* net: Introduce sk_route_nocapsEric Dumazet2010-05-16
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-01
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-27
* net: sk_sleep() helperEric Dumazet2010-04-20
* net: sk_dst_cache RCUificationEric Dumazet2010-04-13
* sock.c: potential null dereferenceDan Carpenter2010-03-07
* net: backlog functions renameZhu Yi2010-03-05
* net: add limit for socket backlogZhu Yi2010-03-05
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-28
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-25
* | net: use kasprintf() for socket cache namesAlexey Dobriyan2010-02-17
* | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17
* | net/core/sock.c: quiet sparse noiseH Hartley Sweeten2010-01-15
|/
* tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila2010-01-08
* net: Fix build warning in sock_bindtodevice().David S. Miller2009-11-06
* net: sock_bindtodevice() RCU-ificationEric Dumazet2009-11-06
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-20
* net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-20
* net: sk_drops consolidationEric Dumazet2009-10-14
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
* net: Fix sock_wfree() raceEric Dumazet2009-09-30
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\
| * net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski2009-09-01
* | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-05
* | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-05
* | net: mark read-only arrays as constJan Engelhardt2009-08-05
|/
* Fix error return for setsockopt(SO_TIMESTAMPING)RĂ©mi Denis-Courmont2009-07-20
* net: sock_copy() fixesEric Dumazet2009-07-16
* net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-11
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-09
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-16
|\
| * net: annotate struct sock bitfieldVegard Nossum2009-06-15
* | net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-11
* | Add constants for the ieee 802.15.4 stackSergey Lapin2009-06-09
* | net: net/core/sock.c cleanupEric Dumazet2009-05-27
|/
* epoll keyed wakeups: make sockets use keyed wakeupsDavide Libenzi2009-04-01
* RDS: Add RDS to AF key stringsAndy Grover2009-02-27
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-24
|\
| * net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-02-23
| * net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-18
* | net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly2009-02-16