| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | net: mvneta: fix race condition in mvneta_tx() | Eric Dumazet | 2014-12-08 | 1 | -1/+2 |
| | * | | | net: mvneta: fix Tx interrupt delay | willy tarreau | 2014-12-08 | 1 | -1/+1 |
| | * | | | mips: bpf: Fix broken BPF_MOD | Denis Kirjanov | 2014-12-08 | 1 | -2/+2 |
| | | |/
| | |/| |
|
| | * | | openvswitch: Fix flow mask validation. | Pravin B Shelar | 2014-12-05 | 1 | -2/+2 |
| | * | | uapi: fix to export linux/vm_sockets.h | Masahiro Yamada | 2014-12-05 | 1 | -1/+1 |
| | * | | sky2: avoid pci write posting after disabling irqs | Lino Sanfilippo | 2014-12-05 | 1 | -1/+2 |
| | * | | skge: Unmask interrupts in case of spurious interrupts | Lino Sanfilippo | 2014-12-05 | 1 | -2/+1 |
| | * | | pxa168: close race between napi and irq activation | Lino Sanfilippo | 2014-12-05 | 1 | -1/+1 |
| | * | | bpf: x86: fix epilogue generation for eBPF programs | Alexei Starovoitov | 2014-12-05 | 1 | -2/+4 |
| | * | | gre: Set inner mac header in gro complete | Tom Herbert | 2014-12-05 | 1 | -0/+3 |
| * | | | irda: Convert function pointer arrays and uses to const | Joe Perches | 2014-12-10 | 5 | -16/+18 |
| * | | | llc: Make llc_sap_action_t function pointer arrays const | Joe Perches | 2014-12-10 | 3 | -12/+12 |
| * | | | llc: Make llc_conn_ev_qfyr_t function pointer arrays const | Joe Perches | 2014-12-10 | 3 | -121/+121 |
| * | | | llc: Make function pointer arrays const | Joe Perches | 2014-12-10 | 3 | -237/+237 |
| * | | | Merge branch 'kill_arch_fast_hash' | David S. Miller | 2014-12-10 | 40 | -228/+12 |
| |\ \ \ |
|
| | * | | | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 36 | -218/+2 |
| | * | | | net: replace remaining users of arch_fast_hash with jhash | Daniel Borkmann | 2014-12-10 | 3 | -9/+9 |
| | * | | | netlink: use jhash as hashfn for rhashtable | Daniel Borkmann | 2014-12-10 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge branch 'isdn-next' | David S. Miller | 2014-12-10 | 4 | -46/+38 |
| |\ \ \ |
|
| | * | | | isdn/capi: correct argument types of command_2_index | Tilman Schmidt | 2014-12-10 | 1 | -1/+1 |
| | * | | | isdn/gigaset: enable Kernel CAPI support by default | Tilman Schmidt | 2014-12-10 | 1 | -1/+1 |
| | * | | | isdn/gigaset: elliminate unnecessary argument from send_cb() | Tilman Schmidt | 2014-12-10 | 1 | -16/+15 |
| | * | | | isdn/gigaset: clarify gigaset_modem_fill control structure | Tilman Schmidt | 2014-12-10 | 1 | -28/+24 |
| | * | | | isdn/gigaset: drop duplicate declaration | Tilman Schmidt | 2014-12-10 | 1 | -3/+0 |
| |/ / / |
|
| * | | | tipc: fix broadcast wakeup contention after congestion | Richard Alpe | 2014-12-10 | 2 | -5/+5 |
| * | | | enic: add support for set/get rss hash key | Govindarajulu Varadarajan | 2014-12-10 | 3 | -4/+49 |
| * | | | Merge branch 'napi_page_frags' | David S. Miller | 2014-12-10 | 16 | -70/+178 |
| |\ \ \ |
|
| | * | | | ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align | Alexander Duyck | 2014-12-10 | 3 | -3/+3 |
| | * | | | ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align | Alexander Duyck | 2014-12-10 | 3 | -3/+3 |
| | * | | | cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align | Alexander Duyck | 2014-12-10 | 1 | -5/+6 |
| | * | | | ethernet/intel: Use napi_alloc_skb | Alexander Duyck | 2014-12-10 | 6 | -11/+10 |
| | * | | | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb | Alexander Duyck | 2014-12-10 | 3 | -8/+77 |
| | * | | | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag | Alexander Duyck | 2014-12-10 | 2 | -40/+79 |
| |/ / / |
|
| * | | | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | David S. Miller | 2014-12-10 | 48 | -1038/+628 |
| |\ \ \ |
|
| | * | | | bury memcpy_toiovec() | Al Viro | 2014-12-09 | 2 | -26/+0 |
| | * | | | skb_copy_datagram_iovec() can die | Al Viro | 2014-12-09 | 2 | -86/+0 |
| | * | | | ppp_read(): switch to skb_copy_datagram_iter() | Al Viro | 2014-12-09 | 1 | -1/+3 |
| | * | | | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives | Al Viro | 2014-12-09 | 3 | -54/+28 |
| | * | | | first fruits - kill l2cap ->memcpy_fromiovec() | Al Viro | 2014-12-09 | 6 | -48/+6 |
| | * | | | put iov_iter into msghdr | Al Viro | 2014-12-09 | 33 | -112/+90 |
| | * | | | vmci: propagate msghdr all way down to __qp_memcpy_from_queue() | Al Viro | 2014-12-09 | 3 | -12/+14 |
| | * | | | switch l2cap ->memcpy_fromiovec() to msghdr | Al Viro | 2014-12-09 | 3 | -7/+7 |
| | * | | | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) | Al Viro | 2014-12-09 | 3 | -6/+5 |
| | * | | | ip_generic_getfrag, udplite_getfrag: switch to passing msghdr | Al Viro | 2014-12-09 | 7 | -10/+11 |
| | * | | | ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_... | Al Viro | 2014-12-09 | 1 | -56/+56 |
| | * | | | raw.c: stick msghdr into raw_frag_vec | Al Viro | 2014-12-09 | 1 | -4/+4 |
| | * | | | Merge branch 'iov_iter' into for-davem-2 | Al Viro | 2014-12-09 | 2 | -638/+426 |
| | |\ \ \ |
|
| * | | | | | dummy: use MODULE_VERSION | Flavio Leitner | 2014-12-09 | 1 | -0/+1 |
| * | | | | | net: sched: cls: use nla_nest_cancel instead of nlmsg_trim | Jiri Pirko | 2014-12-09 | 6 | -13/+8 |
| * | | | | | amd-xgbe: Use disable_irq_nosync when in IRQ context | Lendacky, Thomas | 2014-12-09 | 1 | -1/+1 |