| Commit message (Expand) | Author | Files | Lines |
2012-05-02 | virtio/tools: add delayed interupt mode | Michael S. Tsirkin | 2 | -4/+23 |
2012-05-01 | netem: add ECN capability | Eric Dumazet | 2 | -3/+16 |
2012-05-01 | net: skb_peek()/skb_peek_tail() cleanups | Eric Dumazet | 1 | -8/+12 |
2012-05-01 | net: add a prefetch in socket backlog processing | Eric Dumazet | 1 | -0/+1 |
2012-05-01 | l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 | James Chapman | 1 | -22/+50 |
2012-05-01 | l2tp: introduce L2TPv3 IP encapsulation support for IPv6 | Chris Elston | 3 | -0/+812 |
2012-05-01 | ipv6: Export ipv6 functions for use by other protocols | Chris Elston | 4 | -0/+9 |
2012-05-01 | l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels | Chris Elston | 4 | -21/+111 |
2012-05-01 | l2tp: show IPv6 addresses in l2tp debugfs file | Chris Elston | 1 | -0/+8 |
2012-05-01 | l2tp: pppol2tp_connect() handles ipv6 sockaddr variants | James Chapman | 1 | -8/+28 |
2012-05-01 | pppox: Replace __attribute__((packed)) in if_pppox.h | James Chapman | 1 | -6/+6 |
2012-05-01 | l2tp: remove unused stats from l2tp_ip socket | James Chapman | 1 | -28/+4 |
2012-05-01 | l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() | James Chapman | 1 | -47/+7 |
2012-05-01 | l2tp: fix locking of 64-bit counters for smp | James Chapman | 3 | -35/+103 |
2012-05-01 | atl1c: remove PHY polling from atl1c_change_mtu | Huang, Xiong | 1 | -8/+0 |
2012-05-01 | atl1c: Disable L0S when no cable link | Huang, Xiong | 1 | -1/+1 |
2012-05-01 | atl1c: do MAC-reset when PHY link down | Huang, Xiong | 1 | -27/+47 |
2012-05-01 | atl1c: cancel task when interface closed | Huang, Xiong | 1 | -0/+5 |
2012-05-01 | atl1c: enlarge L1 response waiting timer | Huang, Xiong | 1 | -1/+1 |
2012-05-01 | atl1c: refine mac address related code | Huang, Xiong | 3 | -74/+57 |
2012-05-01 | atl1c: remove code of closing register writable attribution | Huang, Xiong | 1 | -6/+0 |
2012-05-01 | atl1c: clear WoL status when reset pcie | Huang, Xiong | 2 | -5/+3 |
2012-05-01 | atl1c: add PHY link event(up/down) patch | Huang, Xiong | 4 | -0/+92 |
2012-05-01 | atl1c: add workaround for issue of bit INTX-disable for MSI interrupt | Huang, Xiong | 1 | -0/+12 |
2012-05-01 | bnx2x: remove some bloat | Eric Dumazet | 5 | -499/+499 |
2012-05-01 | pch_gbe: reprogram multicast address register on reset | RongQing.Li | 1 | -55/+5 |
2012-05-01 | net: makes skb_splice_bits() aware of skb->head_frag | Eric Dumazet | 1 | -3/+7 |
2012-05-01 | tcp: makes tcp_try_coalesce aware of skb->head_frag | Eric Dumazet | 1 | -12/+43 |
2012-05-01 | net: make GRO aware of skb->head_frag | Eric Dumazet | 4 | -2/+33 |
2012-05-01 | tg3: provide frags as skb head | Eric Dumazet | 2 | -10/+66 |
2012-05-01 | net: allow skb->head to be a page fragment | Eric Dumazet | 5 | -12/+25 |
2012-05-01 | forcedeth: add transmit timestamping support | Willem de Bruijn | 1 | -0/+4 |
2012-05-01 | bnx2x: add transmit timestamping support | Willem de Bruijn | 1 | -0/+2 |
2012-05-01 | e1000e: add transmit timestamping support | Willem de Bruijn | 1 | -0/+2 |
2012-05-01 | e1000: add transmit timestamping support | Willem de Bruijn | 1 | -0/+2 |
2012-04-30 | tipc: compress out gratuitous extra carriage returns | Paul Gortmaker | 32 | -530/+16 |
2012-04-30 | bridge: Fix fatal typo in setup of multicast_querier_expired | Herbert Xu | 1 | -3/+2 |
2012-04-30 | l2tp: Add missing net/net/ip6_checksum.h include. | David S. Miller | 1 | -0/+1 |
2012-04-29 | net/l2tp: add support for L2TP over IPv6 UDP | Benjamin LaHaise | 4 | -14/+157 |
2012-04-29 | net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 | Benjamin LaHaise | 2 | -0/+42 |
2012-04-29 | net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() | Benjamin LaHaise | 1 | -53/+44 |
2012-04-29 | net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb | Benjamin LaHaise | 1 | -15/+27 |
2012-04-29 | drivers/net/oki-semi: Donot recompute IP header checksum | RongQing.Li | 1 | -2/+0 |
2012-04-29 | drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN | RongQing.Li | 1 | -2/+1 |
2012-04-29 | net/at91_ether: use gpio_to_irq for phy IRQ line | Nicolas Ferre | 1 | -4/+4 |
2012-04-29 | AT91: Remove fixed mapping for AT91RM9200 ethernet | Andrew Victor | 5 | -256/+287 |
2012-04-29 | net: Fixed a coding style issue related to spaces. | Jeffrin Jose | 1 | -1/+1 |
2012-04-27 | tipc: Reject payload messages with invalid message type | Allan Stephens | 1 | -5/+2 |
2012-04-27 | ixgbe: check for WoL support in single function | Jacob Keller | 3 | -79/+62 |
2012-04-27 | igb: Force flow control off during reset when forcing speed. | Matthew Vick | 1 | -0/+7 |