| Commit message (Expand) | Author | Age | Files | Lines |
* | net: split eth_mac_addr for better error handling | Stefan Hajnoczi | 2013-01-21 | 1 | -0/+2 |
* | mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() | Nicolas Dichtel | 2013-01-21 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-15 | 28 | -90/+104 |
|\ |
|
| * | tun: fix LSM/SELinux labeling of tun/tap devices | Paul Moore | 2013-01-14 | 1 | -13/+46 |
| * | Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-01-14 | 1 | -20/+0 |
| |\ |
|
| | * | Remove __dev* markings from init.h | Greg Kroah-Hartman | 2013-01-10 | 1 | -20/+0 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-01-14 | 1 | -0/+3 |
| |\ \ |
|
| | * | | net, wireless: overwrite default_ethtool_ops | Stanislaw Gruszka | 2013-01-11 | 1 | -0/+3 |
| * | | | lib/rbtree.c: avoid the use of non-static __always_inline | Michel Lespinasse | 2013-01-11 | 1 | -3/+11 |
| * | | | mm: compaction: partially revert capture of suitable high-order page | Mel Gorman | 2013-01-11 | 2 | -3/+2 |
| * | | | linux/audit.h: move ptrace.h include to kernel header | Mike Frysinger | 2013-01-11 | 1 | -0/+1 |
| * | | | audit: create explicit AUDIT_SECCOMP event type | Kees Cook | 2013-01-11 | 1 | -1/+2 |
| * | | | lockdep, rwsem: provide down_write_nest_lock() | Jiri Kosina | 2013-01-11 | 2 | -0/+12 |
| * | | | lib: cpu_rmap: avoid flushing all workqueues | David Decotigny | 2013-01-11 | 2 | -14/+4 |
| | |/
| |/| |
|
| * | | cred: Remove tgcred pointer from struct cred | Marc Dionne | 2013-01-09 | 1 | -1/+0 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-01-07 | 1 | -0/+1 |
| |\ |
|
| | * | namei.h: include errno.h | Stephen Warren | 2012-12-25 | 1 | -0/+1 |
| * | | mm: fix zone_watermark_ok_safe() accounting of isolated pages | Bartlomiej Zolnierkiewicz | 2013-01-04 | 1 | -8/+0 |
| * | | selftests: IPC message queue copy feature test | Stanislav Kinsbursky | 2013-01-04 | 1 | -1/+2 |
| * | | ipc: message queue receive cleanup | Stanislav Kinsbursky | 2013-01-04 | 1 | -2/+3 |
| * | | ipc: add sysctl to specify desired next object id | Stanislav Kinsbursky | 2013-01-04 | 1 | -0/+1 |
| * | | include: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -6/+6 |
| * | | Drivers: bcma: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 2 | -2/+2 |
| * | | pstore: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+2 |
| * | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he... | Linus Torvalds | 2013-01-02 | 1 | -0/+1 |
| |\ \ |
|
| | * | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz | Andy Lutomirski | 2012-12-26 | 1 | -0/+1 |
| | |/ |
|
| * | | UAPI: Remove empty Kbuild files | David Howells | 2013-01-02 | 5 | -5/+0 |
| * | | mm: mempolicy: Convert shared_policy mutex to spinlock | Mel Gorman | 2013-01-02 | 1 | -1/+1 |
| * | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-01-02 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ext4: fix deadlock in journal_unmap_buffer() | Jan Kara | 2012-12-25 | 1 | -1/+1 |
| * | | | mempolicy: remove arg from mpol_parse_str, mpol_to_str | Hugh Dickins | 2013-01-02 | 1 | -7/+4 |
* | | | | net: phy: remove flags argument from phy_{attach, connect, connect_direct} | Florian Fainelli | 2013-01-14 | 1 | -3/+3 |
* | | | | ipv6: Move comment to right place. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-13 | 1 | -0/+4 |
* | | | | ipv6: Store Router Alert option in IP6CB directly. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-13 | 1 | -1/+2 |
* | | | | ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-13 | 1 | -5/+0 |
* | | | | net: Add support for XPS without sysfs being defined | Alexander Duyck | 2013-01-10 | 1 | -1/+0 |
* | | | | net: Add functions netif_reset_xps_queue and netif_set_xps_queue | Alexander Duyck | 2013-01-10 | 1 | -0/+13 |
* | | | | net: Split core bits of netdev_pick_tx into __netdev_pick_tx | Alexander Duyck | 2013-01-10 | 1 | -0/+1 |
* | | | | bgmac: driver for GBit MAC core on BCMA bus | Rafał Miłecki | 2013-01-09 | 1 | -0/+2 |
* | | | | netpoll: prepare for ipv6 | Cong Wang | 2013-01-08 | 1 | -2/+11 |
* | | | | net: introduce skb_transport_header_was_set() | Eric Dumazet | 2013-01-08 | 1 | -0/+10 |
* | | | | net: kill dev->master | Jiri Pirko | 2013-01-04 | 1 | -4/+0 |
* | | | | net: remove no longer used netdev_set_bond_master() and netdev_set_master() | Jiri Pirko | 2013-01-04 | 1 | -5/+1 |
* | | | | net: introduce upper device lists | Jiri Pirko | 2013-01-04 | 1 | -0/+14 |
* | | | | net: add address assign type "SET" | Jiri Pirko | 2013-01-03 | 1 | -0/+2 |
* | | | | net: set dev->addr_assign_type correctly | Jiri Pirko | 2013-01-03 | 1 | -1/+1 |
* | | | | veth: reduce stat overhead | Eric Dumazet | 2012-12-30 | 1 | -0/+1 |
* | | | | net: add change_carrier netdev op | Jiri Pirko | 2012-12-28 | 1 | -0/+12 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-27 | 2 | -1/+4 |
|\ \ \ |
|
| * | | | pidns: Stop pid allocation when init dies | Eric W. Biederman | 2012-12-25 | 2 | -1/+4 |
| | |/
| |/| |
|