summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Check skb->rxhash in gro_receiveTom Herbert2014-01-161-1/+8
* packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-163-7/+62
* packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-161-7/+6
* packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-161-11/+22
* net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker2014-01-161-8/+2
* net: eth_type_trans() should use skb_header_pointer()Eric Dumazet2014-01-161-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-163-2/+4
|\
| * netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen2014-01-151-0/+2
| * netfilter: Add dependency on IPV6 for NF_TABLES_INETPaul Gortmaker2014-01-141-1/+1
| * netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso2014-01-101-1/+1
* | neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2014-01-161-2/+2
* | ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller2014-01-151-75/+109
* | ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller2014-01-151-6/+13
* | Revert "batman-adv: drop dependency against CRC16"David S. Miller2014-01-151-0/+1
* | sctp: create helper function to enable|disable sackdelaywangweidong2014-01-151-18/+19
* | ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-154-6/+3
* | net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2014-01-154-2/+11
* | net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-151-0/+22
* | net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico2014-01-151-27/+30
* | neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko2014-01-151-3/+6
* | tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet2014-01-141-2/+0
* | net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-65/+37
* | can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-10/+5
* | caif: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-2/+1
* | batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-3/+1
* | decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-8/+2
* | dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-141-10/+5
* | IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail2014-01-142-3/+3
* | sctp: remove a redundant NULL checkDan Carpenter2014-01-141-1/+1
* | tipc: spelling fixesstephen hemminger2014-01-143-3/+3
* | ipv6: addrconf spelling fixesstephen hemminger2014-01-141-5/+5
* | net: Spelling s/transmition/transmission/Geert Uytterhoeven2014-01-141-1/+1
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-1427-46/+48
* | ipv6: copy traffic class from ping request to replyHannes Frederic Sowa2014-01-141-1/+4
* | ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-142-4/+8
* | net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2014-01-141-39/+61
* | net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings2014-01-141-0/+2
* | net: Fix indentation in dev_hard_start_xmit()Ben Hutchings2014-01-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-1413-39/+87
|\ \
| * | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell2014-01-131-1/+4
| * | net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-105-19/+30
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-102-11/+14
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-092-11/+14
| | |\ \
| | | * \ Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2014-01-081-1/+1
| | | |\ \
| | | | * | NFC: Fix target mode p2p link establishmentArron Wang2014-01-041-1/+1
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-061-10/+13
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau2013-12-161-10/+13
| * | | | | ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa2014-01-091-2/+4
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-01-072-6/+28
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | netfilter: only warn once on wrong seqadj usageJesper Dangaard Brouer2014-01-061-1/+1