| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: use consistent kerneldoc style | Simon Wunderlich | 2014-01-16 | 4 | -13/+31 |
* | neigh: split lines for NEIGH_VAR_SET so they are not too long | Jiri Pirko | 2014-01-15 | 1 | -3/+6 |
* | tcp: do not export tcp_gso_segment() and tcp_gro_receive() | Eric Dumazet | 2014-01-14 | 1 | -2/+0 |
* | net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -65/+37 |
* | can: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -10/+5 |
* | caif: __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -2/+1 |
* | batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -3/+1 |
* | decnet: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -8/+2 |
* | dcb: use __dev_get_by_name instead of dev_get_by_name to find interface | Ying Xue | 2014-01-14 | 1 | -10/+5 |
* | IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6 | FX Le Bail | 2014-01-14 | 2 | -3/+3 |
* | sctp: remove a redundant NULL check | Dan Carpenter | 2014-01-14 | 1 | -1/+1 |
* | tipc: spelling fixes | stephen hemminger | 2014-01-14 | 3 | -3/+3 |
* | ipv6: addrconf spelling fixes | stephen hemminger | 2014-01-14 | 1 | -5/+5 |
* | net: Spelling s/transmition/transmission/ | Geert Uytterhoeven | 2014-01-14 | 1 | -1/+1 |
* | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 2014-01-14 | 27 | -46/+48 |
* | ipv6: copy traffic class from ping request to reply | Hannes Frederic Sowa | 2014-01-14 | 1 | -1/+4 |
* | ipv4: register igmp_notifier even when !CONFIG_PROC_FS | WANG Cong | 2014-01-14 | 2 | -4/+8 |
* | net: Add trace events for all receive entry points, exposing more skb fields | Ben Hutchings | 2014-01-14 | 1 | -39/+61 |
* | net: Add net_dev_start_xmit trace event, exposing more skb fields | Ben Hutchings | 2014-01-14 | 1 | -0/+2 |
* | net: Fix indentation in dev_hard_start_xmit() | Ben Hutchings | 2014-01-14 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-14 | 13 | -39/+87 |
|\ |
|
| * | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets | Neal Cardwell | 2014-01-13 | 1 | -1/+4 |
| * | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 2014-01-10 | 5 | -19/+30 |
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-01-10 | 2 | -11/+14 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-01-09 | 2 | -11/+14 |
| | |\ |
|
| | | * | Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | John W. Linville | 2014-01-08 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | NFC: Fix target mode p2p link establishment | Arron Wang | 2014-01-04 | 1 | -1/+1 |
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2014-01-06 | 1 | -10/+13 |
| | | |\ \
| | | | |/
| | | |/| |
|
| | | | * | mac80211: move "bufferable MMPDU" check to fix AP mode scan | Felix Fietkau | 2013-12-16 | 1 | -10/+13 |
| * | | | | ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME | Hannes Frederic Sowa | 2014-01-09 | 1 | -2/+4 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-01-07 | 2 | -6/+28 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | netfilter: only warn once on wrong seqadj usage | Jesper Dangaard Brouer | 2014-01-06 | 1 | -1/+1 |
| | * | | | netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper | Daniel Borkmann | 2014-01-06 | 1 | -5/+27 |
| * | | | | tipc: correctly unlink packets from deferred packet queue | Erik Hugne | 2014-01-07 | 1 | -0/+1 |
| * | | | | ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c | Li RongQing | 2014-01-07 | 1 | -0/+6 |
* | | | | | net: add skb_checksum_setup | Paul Durrant | 2014-01-14 | 1 | -0/+273 |
* | | | | | bridge: move br_net_exit() to br.c | WANG Cong | 2014-01-13 | 3 | -19/+18 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-01-13 | 6 | -48/+122 |
|\ \ \ \ \ |
|
| * | | | | | {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set | Fan Du | 2014-01-10 | 1 | -2/+2 |
| * | | | | | pktgen_dst_metrics[] can be static | Fengguang Wu | 2014-01-06 | 1 | -1/+1 |
| * | | | | | {pktgen, xfrm} Show spi value properly when ipsec turned on | Fan Du | 2014-01-03 | 1 | -1/+4 |
| * | | | | | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du | 2014-01-03 | 2 | -7/+37 |
| * | | | | | {pktgen, xfrm} Construct skb dst for tunnel mode transformation | Fan Du | 2014-01-03 | 1 | -1/+27 |
| * | | | | | {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flow | Fan Du | 2014-01-03 | 1 | -0/+12 |
| * | | | | | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find | Fan Du | 2014-01-03 | 1 | -2/+2 |
| * | | | | | {pktgen, xfrm} Add statistics counting when transforming | Fan Du | 2014-01-03 | 1 | -3/+7 |
| * | | | | | {pktgen, xfrm} Correct xfrm state lock usage when transforming | Fan Du | 2014-01-03 | 1 | -3/+2 |
| * | | | | | xfrm: checkpatch erros with inline keyword position | Weilong Chen | 2014-01-02 | 1 | -3/+3 |
| * | | | | | xfrm: fix checkpatch error | Weilong Chen | 2014-01-02 | 1 | -2/+2 |
| * | | | | | xfrm: checkpatch erros with space prohibited | Weilong Chen | 2014-01-02 | 2 | -4/+4 |