Age | Commit message (Expand) | Author | Files | Lines |
2011-08-11 | ipv4: some rt_iif -> rt_route_iif conversions | Julian Anastasov | 1 | -5/+3 |
2011-08-11 | net/bridge/netfilter/ebtables.c: use available error handling code | Julia Lawall | 1 | -1/+2 |
2011-08-11 | net/netlabel/netlabel_kapi.c: add missing cleanup code | Julia Lawall | 1 | -8/+12 |
2011-08-11 | scm: Capture the full credentials of the scm sender | Tim Chen | 1 | -1/+1 |
2011-08-11 | tcp: initialize variable ecn_ok in syncookies path | Mike Waychison | 2 | -2/+2 |
2011-08-10 | net_sched: prio: use qdisc_dequeue_peeked | Florian Westphal | 1 | -1/+1 |
2011-08-10 | Bridge: Always send NETDEV_CHANGEADDR up on br MAC change. | Andrei Warkentin | 2 | -2/+11 |
2011-08-08 | ipv4: use dst with ref during bcast/mcast loopback | Julian Anastasov | 1 | -0/+1 |
2011-08-08 | ipv4: route non-local sources for raw socket | Julian Anastasov | 1 | -1/+2 |
2011-08-08 | netfilter: TCP and raw fix for ip_route_me_harder | Julian Anastasov | 1 | -10/+8 |
2011-08-08 | ipv4: Fix ip_getsockopt for IP_PKTOPTIONS | Daniel Baluta | 1 | -4/+5 |
2011-08-08 | ipv4: fix the reusing of routing cache entries | Julian Anastasov | 1 | -1/+2 |
2011-08-08 | netfilter: avoid double free in nf_reinject | Julian Anastasov | 1 | -0/+1 |
2011-08-07 | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 11 | -8/+195 |
2011-08-05 | ipv6: check for IPv4 mapped addresses when connecting IPv6 sockets | Max Matveev | 1 | -2/+9 |
2011-08-05 | net: Fix security_socket_sendmsg() bypass problem. | Tetsuo Handa | 1 | -9/+34 |
2011-08-05 | net: Cap number of elements for sendmmsg | Anton Blanchard | 1 | -0/+3 |
2011-08-05 | net: sendmmsg should only return an error if no messages were sent | Anton Blanchard | 1 | -24/+3 |
2011-08-04 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -1/+1 |
2011-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in... | John W. Linville | 1 | -1/+1 |
2011-08-03 | net: fix NULL dereferences in check_peer_redir() | Eric Dumazet | 6 | -22/+54 |
2011-08-02 | net: add kerneldoc to skb_copy_bits() | Eric Dumazet | 1 | -2/+15 |
2011-08-02 | doc: Update the email address for Paul Moore in various source files | Paul Moore | 14 | -15/+13 |
2011-08-02 | atm: br2864: sent packets truncated in VC routed mode | Chas Williams | 1 | -2/+0 |
2011-08-01 | cfg80211: off by one in nl80211_trigger_scan() | Dan Carpenter | 1 | -1/+1 |
2011-08-01 | sch_sfq: fix sfq_enqueue() | Eric Dumazet | 1 | -1/+6 |
2011-08-01 | net: adjust array index | Julia Lawall | 1 | -1/+1 |
2011-07-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/... | David S. Miller | 1 | -0/+1 |
2011-07-29 | net: fix new sunrpc kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2011-07-29 | xfrm: Fix key lengths for rfc3686(ctr(aes)) | Tushar Gohad | 1 | -2/+2 |
2011-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 11 | -19/+28 |
2011-07-28 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 4 | -2/+4 |
2011-07-28 | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 2 | -3/+6 |
2011-07-28 | net: sock_sendmsg_nosec() is static | Eric Dumazet | 1 | -1/+1 |
2011-07-28 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -3/+4 |
2011-07-28 | Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 13 | -138/+275 |
2011-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 26 | -26/+26 |
2011-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+4 |
2011-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -7/+11 |
2011-07-27 | wireless: fix a typo in ignore_reg_update | Mihai Moldovan | 1 | -1/+1 |
2011-07-27 | cfg80211: really ignore the regulatory request | Sven Neumann | 1 | -2/+3 |
2011-07-26 | libceph: don't time out osd requests that haven't been received | Sage Weil | 2 | -7/+11 |
2011-07-26 | vfs: dont chain pipe/anon/socket on superblock s_inodes list | Eric Dumazet | 1 | -1/+1 |
2011-07-26 | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -87/+44 |
2011-07-26 | Merge 'akpm' patch series | Linus Torvalds | 1 | -0/+1 |
2011-07-26 | notifiers: cpu: move cpu notifiers into cpu.h | Amerigo Wang | 1 | -0/+1 |
2011-07-26 | net: Convert struct net_device uc_promisc to bool | Joe Perches | 1 | -2/+2 |
2011-07-26 | net: fix eth.c kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2011-07-26 | IPv4: Send gratuitous ARP for secondary IP addresses also | Zoltan Kiss | 1 | -8/+8 |