Age | Commit message (Expand) | Author | Files | Lines |
2012-10-19 | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+2 |
2012-10-19 | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+2 |
2012-10-17 | SUNRPC: Prevent kernel stack corruption on long values of flush | Sasha Levin | 1 | -2/+2 |
2012-10-16 | ipv6: addrconf: fix /proc/net/if_inet6 | Eric Dumazet | 1 | -6/+9 |
2012-10-16 | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() | Zijie Pan | 1 | -1/+2 |
2012-10-16 | vlan: fix bond/team enslave of vlan challenged slave/port | Jiri Pirko | 1 | -1/+8 |
2012-10-15 | Merge 3.7-rc1 into tty-linus | Greg Kroah-Hartman | 66 | -754/+745 |
2012-10-15 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -27/+28 |
2012-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2012-10-13 | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -204/+190 |
2012-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 11 | -138/+82 |
2012-10-13 | userns: Properly print bluetooth socket uids | Eric W. Biederman | 1 | -1/+1 |
2012-10-12 | net: add doc for in4_pton() | Amerigo Wang | 1 | -0/+12 |
2012-10-12 | net: add doc for in6_pton() | Amerigo Wang | 1 | -0/+12 |
2012-10-12 | vti: fix sparse bit endian warnings | stephen hemminger | 1 | -2/+2 |
2012-10-12 | tcp: resets are misrouted | Alexey Kuznetsov | 2 | -4/+6 |
2012-10-12 | Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -20/+36 |
2012-10-11 | tcp: sysctl interface leaks 16 bytes of kernel memory | Alan Cox | 1 | -0/+2 |
2012-10-11 | 9P: Fix race between p9_write_work() and p9_fd_request() | Simon Derr | 1 | -1/+2 |
2012-10-11 | Merge Trond's bugfixes | J. Bruce Fields | 1 | -5/+17 |
2012-10-11 | ipv4: fix route mark sparse warning | stephen hemminger | 1 | -1/+1 |
2012-10-11 | bridge: Pull ip header into skb->data before looking into ip header. | Sarveshwar Bandi | 1 | -0/+3 |
2012-10-11 | pktgen: replace scan_ip6() with in6_pton() | Amerigo Wang | 1 | -97/+4 |
2012-10-11 | pktgen: enable automatic IPv6 address setting | Amerigo Wang | 1 | -13/+5 |
2012-10-11 | pktgen: display IPv4 address in human-readable format | Amerigo Wang | 1 | -2/+2 |
2012-10-11 | pktgen: set different default min_pkt_size for different protocols | Amerigo Wang | 1 | -7/+20 |
2012-10-11 | pktgen: fix crash when generating IPv6 packets | Amerigo Wang | 1 | -1/+1 |
2012-10-10 | Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 3 | -14/+15 |
2012-10-10 | Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 8 | -125/+139 |
2012-10-10 | nfs: disintegrate UAPI for nfs | J. Bruce Fields | 438 | -8900/+16221 |
2012-10-09 | RDS: fix rds-ping spinlock recursion | jeff.liu | 1 | -1/+1 |
2012-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 4 | -28/+50 |
2012-10-09 | rbtree: empty nodes have no color | Michel Lespinasse | 1 | -1/+0 |
2012-10-09 | ipvs: fix ARP resolving for direct routing mode | Julian Anastasov | 1 | -1/+5 |
2012-10-09 | ipv4: Add FLOWI_FLAG_KNOWN_NH | Julian Anastasov | 1 | -4/+17 |
2012-10-09 | ipv4: introduce rt_uses_gateway | Julian Anastasov | 5 | -27/+32 |
2012-10-09 | ipv4: make sure nh_pcpu_rth_output is always allocated | Julian Anastasov | 2 | -3/+2 |
2012-10-09 | ipv4: fix forwarding for strict source routes | Julian Anastasov | 1 | -1/+1 |
2012-10-09 | ipv4: fix sending of redirects | Julian Anastasov | 2 | -15/+18 |
2012-10-08 | ipv6: gro: fix PV6_GRO_CB(skb)->proto problem | Eric Dumazet | 1 | -9/+2 |
2012-10-08 | vlan: don't deliver frames for unknown vlans to protocols | Florian Zumbiehl | 2 | -10/+7 |
2012-10-08 | mac80211: use ieee80211_free_txskb to fix possible skb leaks | Felix Fietkau | 2 | -12/+14 |
2012-10-08 | mac80211: call drv_get_tsf() in sleepable context | Thomas Pedersen | 1 | -2/+1 |
2012-10-08 | net: gro: selective flush of packets | Eric Dumazet | 1 | -7/+31 |
2012-10-08 | ipv4: Don't report stale pmtu values to userspace | Steffen Klassert | 1 | -8/+11 |
2012-10-08 | ipv4: Don't create nh exeption when the device mtu is smaller than the report... | Steffen Klassert | 1 | -0/+3 |
2012-10-08 | ipv4: Always invalidate or update the route on pmtu events | Steffen Klassert | 1 | -11/+11 |
2012-10-08 | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 3 | -27/+28 |
2012-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 4 | -27/+50 |
2012-10-07 | net: gro: fix a potential crash in skb_gro_reset_offset | Eric Dumazet | 1 | -6/+8 |