Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 2012-05-22 | 2 | -8/+8 |
|\ | |||||
| * | net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx | Alex Shi | 2012-05-14 | 2 | -8/+8 |
* | | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-22 | 1 | -73/+64 |
|\ \ | |||||
| * | | tty_lock: Localise the lock | Alan Cox | 2012-05-04 | 1 | -2/+2 |
| * | | Merge 3.4-rc3 into tty-next | Greg Kroah-Hartman | 2012-04-18 | 20 | -144/+79 |
| |\ \ | |||||
| * | | | TTY: rfcomm/tty, use count from tty_port | Jiri Slaby | 2012-04-09 | 1 | -9/+21 |
| * | | | TTY: rfcomm/tty, remove work for tty_wakeup | Jiri Slaby | 2012-04-09 | 1 | -19/+3 |
| * | | | TTY: rfcomm/tty, use tty_port refcounting | Jiri Slaby | 2012-04-09 | 1 | -32/+26 |
| * | | | TTY: rfcomm/tty, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+13 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 | 4 | -13/+7 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2012-05-22 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | SELinux: include flow.h where used rather than get it indirectly | Eric Paris | 2012-04-09 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | KEYS: Announce key type (un)registration | David Howells | 2012-05-11 | 1 | -5/+0 |
| * | | | | Merge tag 'v3.4-rc5' into next | James Morris | 2012-05-04 | 37 | -248/+213 |
| |\ \ \ \ | |||||
| * | | | | | net/compat.c,linux/filter.h: share compat_sock_fprog | Will Drewry | 2012-04-14 | 1 | -8/+0 |
| * | | | | | sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W | Will Drewry | 2012-04-14 | 1 | -0/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-05-21 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | 9p: disconnect channel when PCI device is removed | Sasha Levin | 2012-05-22 | 1 | -1/+2 |
* | | | | | | net: drop NET dependency from HAVE_BPF_JIT | Sam Ravnborg | 2012-05-21 | 1 | -3/+4 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-05-21 | 543 | -11997/+18656 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-20 | 2 | -4/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | ipv6/exthdrs: strict Pad1 and PadN check | Eldad Zack | 2012-05-20 | 1 | -1/+14 |
| * | | | | | | net/ipv4: replace simple_strtoul with kstrtoul | Eldad Zack | 2012-05-20 | 3 | -3/+21 |
| * | | | | | | net/ipv4/ipconfig: neaten __setup placement | Eldad Zack | 2012-05-20 | 1 | -3/+2 |
| * | | | | | | ipv6: use skb coalescing in reassembly | Eric Dumazet | 2012-05-19 | 1 | -6/+20 |
| * | | | | | | ipv4: use skb coalescing in defragmentation | Eric Dumazet | 2012-05-19 | 1 | -6/+20 |
| * | | | | | | net: introduce skb_try_coalesce() | Eric Dumazet | 2012-05-19 | 2 | -64/+89 |
| * | | | | | | net:ipv6:fixed space issues relating to operators. | Jeffrin Jose | 2012-05-19 | 1 | -2/+2 |
| * | | | | | | net:ipv6:fixed a trailing white space issue. | Jeffrin Jose | 2012-05-19 | 1 | -1/+1 |
| * | | | | | | ipv6: disable GSO on sockets hitting dst_allfrag | Eric Dumazet | 2012-05-19 | 1 | -1/+4 |
| * | | | | | | net: napi_frags_skb() is static | Eric Dumazet | 2012-05-19 | 1 | -2/+1 |
| * | | | | | | ipv6: bool/const conversions phase2 | Eric Dumazet | 2012-05-19 | 13 | -118/+119 |
| * | | | | | | ipx: Remove spurious NULL checking in ipx_ioctl(). | David S. Miller | 2012-05-19 | 1 | -3/+1 |
| * | | | | | | ipv6: ip6_fragment() should check CHECKSUM_PARTIAL | Eric Dumazet | 2012-05-18 | 1 | -0/+4 |
| * | | | | | | ipv6: remove csummode in ip6_append_data() | Eric Dumazet | 2012-05-18 | 1 | -3/+1 |
| * | | | | | | net: introduce netdev_alloc_frag() | Eric Dumazet | 2012-05-18 | 1 | -41/+41 |
| * | | | | | | ipv6: bool conversions phase1 | Eric Dumazet | 2012-05-18 | 2 | -6/+6 |
| * | | | | | | ip_frag: struct inet_frags match() method returns a bool | Eric Dumazet | 2012-05-18 | 2 | -9/+10 |
| * | | | | | | econet: remove ancient bug ridden protocol | Stephen Hemminger | 2012-05-18 | 5 | -1217/+0 |
| * | | | | | | lapb: Neaten debugging | Joe Perches | 2012-05-17 | 5 | -306/+134 |
| * | | | | | | drop_monitor: convert to modular building | Neil Horman | 2012-05-17 | 2 | -3/+45 |
| * | | | | | | net: netdev_alloc_skb() use build_skb() | Eric Dumazet | 2012-05-17 | 1 | -1/+31 |
| * | | | | | | ipv6: correct the ipv6 option name - Pad0 to Pad1 | Eldad Zack | 2012-05-17 | 6 | -9/+9 |
| * | | | | | | tcp: bool conversions | Eric Dumazet | 2012-05-17 | 8 | -188/+191 |
| * | | | | | | net: core: Use pr_<level> | Joe Perches | 2012-05-17 | 6 | -36/+44 |
| * | | | | | | net: ipv6: ndisc: Neaten ND_PRINTx macros | Joe Perches | 2012-05-17 | 1 | -125/+91 |
| * | | | | | | pktgen: Use pr_debug | Joe Perches | 2012-05-17 | 1 | -23/+18 |
| * | | | | | | net: include/net/sock.h cleanup | Eric Dumazet | 2012-05-17 | 3 | -10/+10 |
| * | | | | | | net: l2tp: Standardize logging styles | Joe Perches | 2012-05-17 | 8 | -221/+213 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-16 | 21 | -97/+121 |
| |\ \ \ \ \ \ |