| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 422 | -15256/+22575 |
|\ |
|
| * | af_unix: fix a fatal race with bit fields | Eric Dumazet | 2013-05-01 | 1 | -6/+6 |
| * | net: sctp: attribute printl with __printf for gcc fmt checks | Daniel Borkmann | 2013-05-01 | 1 | -1/+1 |
| * | netlink: kconfig: move mmap i/o into netlink kconfig | Daniel Borkmann | 2013-05-01 | 2 | -9/+9 |
| * | netpoll: convert mutex into a semaphore | Neil Horman | 2013-05-01 | 1 | -7/+7 |
| * | netlink: Fix skb ref counting. | Pravin B Shelar | 2013-05-01 | 1 | -1/+0 |
| * | net_sched: act_ipt forward compat with xtables | Jamal Hadi Salim | 2013-05-01 | 1 | -3/+30 |
| * | bridge: avoid OOPS if root port not found | stephen hemminger | 2013-04-30 | 1 | -1/+8 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 | 10 | -38/+42 |
| |\ |
|
| | * | unix/stream: fix peeking with an offset larger than data in queue | Benjamin Poirier | 2013-04-30 | 1 | -13/+12 |
| | * | unix/dgram: fix peeking with an offset larger than data in queue | Benjamin Poirier | 2013-04-30 | 1 | -8/+13 |
| | * | unix/dgram: peek beyond 0-sized skbs | Benjamin Poirier | 2013-04-30 | 1 | -1/+2 |
| | * | net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-W | Chen Gang | 2013-04-29 | 1 | -1/+1 |
| | * | ipvs: ip_vs_sip_fill_param() BUG: bad check of return value | Hans Schillstrom | 2013-04-29 | 1 | -5/+1 |
| | * | VSOCK: Drop bogus __init annotation from vsock_init_tables() | Geert Uytterhoeven | 2013-04-25 | 1 | -1/+1 |
| | * | VSOCK: Fix misc device registration | Asias He | 2013-04-25 | 1 | -1/+1 |
| | * | NFC: llcp: two bugs in ->getname() | Dan Carpenter | 2013-04-25 | 1 | -2/+3 |
| | * | netrom: info leak in ->getname() | Dan Carpenter | 2013-04-25 | 1 | -0/+2 |
| | * | appletalk: info leak in ->getname() | Dan Carpenter | 2013-04-25 | 1 | -1/+1 |
| | * | batman-adv: use the proper header len when checking the TTVN | Antonio Quartulli | 2013-04-22 | 1 | -6/+5 |
| * | | openvswitch: Remove unneeded ovs_netdev_get_ifindex() | Thomas Graf | 2013-04-30 | 5 | -12/+2 |
| * | | net: Use consume_skb() to free gso segmented skb | Sridhar Samudrala | 2013-04-30 | 1 | -1/+4 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-04-29 | 12 | -91/+41 |
| |\ \ |
|
| | * \ | Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-04-29 | 9 | -79/+9 |
| | |\ \ |
|
| | | * | | NFC: Add missing RFKILL dependency for Kconfig | Marcel Holtmann | 2013-04-27 | 1 | -0/+1 |
| | | * | | NFC: Move LLCP code to the NFC top level diirectory | Samuel Ortiz | 2013-04-26 | 9 | -79/+8 |
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-04-26 | 3 | -12/+32 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling | Marcel Holtmann | 2013-04-24 | 1 | -3/+4 |
| | | * | | Bluetooth: hci_get_cmd_complete() can be static | Fengguang Wu | 2013-04-24 | 1 | -1/+2 |
| | | * | | Bluetooth: Fix sending write_le_host_supporte for LE-only controllers | Johan Hedberg | 2013-04-24 | 2 | -1/+17 |
| | | * | | Bluetooth: Fix HCI command send functions to use const specifier | Johan Hedberg | 2013-04-19 | 1 | -7/+9 |
| * | | | | tcp: reset timer after any SYNACK retransmit | Yuchung Cheng | 2013-04-29 | 1 | -1/+6 |
| * | | | | net: Add MIB counters for checksum errors | Eric Dumazet | 2013-04-29 | 11 | -28/+67 |
| * | | | | net: defer net_secret[] initialization | Eric Dumazet | 2013-04-29 | 2 | -4/+5 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2013-04-29 | 19 | -3305/+3475 |
| |\ \ \ \ |
|
| | * | | | | sctp: Correct type and usage of sctp_end_cksum() | Simon Horman | 2013-04-29 | 1 | -3/+2 |
| | * | | | | netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup | Florian Westphal | 2013-04-29 | 1 | -2/+3 |
| | * | | | | netfilter: nfnetlink_queue: add skb info attribute | Florian Westphal | 2013-04-29 | 1 | -0/+16 |
| | * | | | | netfilter: move skb_gso_segment into nfnetlink_queue module | Florian Westphal | 2013-04-29 | 2 | -104/+146 |
| | * | | | | netfilter: nf_queue: move device refcount bump to extra function | Florian Westphal | 2013-04-29 | 1 | -21/+28 |
| | * | | | | netfilter: ipset: set match: add support to match the counters | Jozsef Kadlecsik | 2013-04-29 | 3 | -3/+77 |
| | * | | | | netfilter: ipset: The list:set type with counter support | Jozsef Kadlecsik | 2013-04-29 | 1 | -6/+67 |
| | * | | | | netfilter: ipset: The hash types with counter support | Jozsef Kadlecsik | 2013-04-29 | 8 | -19/+381 |
| | * | | | | netfilter: ipset: The bitmap types with counter support | Jozsef Kadlecsik | 2013-04-29 | 4 | -15/+186 |
| | * | | | | netfilter: ipset: Introduce the counter extension in the core | Jozsef Kadlecsik | 2013-04-29 | 1 | -0/+10 |
| | * | | | | netfilter: ipset: list:set type using the extension interface | Jozsef Kadlecsik | 2013-04-29 | 1 | -246/+301 |
| | * | | | | netfilter: ipset: Hash types using the unified code base | Jozsef Kadlecsik | 2013-04-29 | 7 | -1865/+610 |
| | * | | | | netfilter: ipset: Unified hash type generation | Jozsef Kadlecsik | 2013-04-29 | 1 | -0/+1039 |
| | * | | | | netfilter: ipset: Bitmap types using the unified code base | Jozsef Kadlecsik | 2013-04-29 | 3 | -958/+316 |
| | * | | | | netfilter: ipset: Unified bitmap type generation | Jozsef Kadlecsik | 2013-04-29 | 1 | -0/+265 |