summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann2014-01-061-5/+27
| * | | | tipc: correctly unlink packets from deferred packet queueErik Hugne2014-01-071-0/+1
| * | | | ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing2014-01-071-0/+6
* | | | | net: add skb_checksum_setupPaul Durrant2014-01-141-0/+273
* | | | | bridge: move br_net_exit() to br.cWANG Cong2014-01-133-19/+18
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-136-48/+122
|\ \ \ \ \
| * | | | | {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du2014-01-101-2/+2
| * | | | | pktgen_dst_metrics[] can be staticFengguang Wu2014-01-061-1/+1
| * | | | | {pktgen, xfrm} Show spi value properly when ipsec turned onFan Du2014-01-031-1/+4
| * | | | | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-032-7/+37
| * | | | | {pktgen, xfrm} Construct skb dst for tunnel mode transformationFan Du2014-01-031-1/+27
| * | | | | {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flowFan Du2014-01-031-0/+12
| * | | | | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du2014-01-031-2/+2
| * | | | | {pktgen, xfrm} Add statistics counting when transformingFan Du2014-01-031-3/+7
| * | | | | {pktgen, xfrm} Correct xfrm state lock usage when transformingFan Du2014-01-031-3/+2
| * | | | | xfrm: checkpatch erros with inline keyword positionWeilong Chen2014-01-021-3/+3
| * | | | | xfrm: fix checkpatch errorWeilong Chen2014-01-021-2/+2
| * | | | | xfrm: checkpatch erros with space prohibitedWeilong Chen2014-01-022-4/+4
| * | | | | xfrm: checkpatch errors with foo * barWeilong Chen2014-01-023-13/+13
| * | | | | xfrm: checkpatch errors with spaceWeilong Chen2014-01-024-13/+13
* | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-1342-763/+1648
|\ \ \ \ \ \
| * | | | | | batman-adv: drop dependency against CRC16Antonio Quartulli2014-01-121-1/+0
| * | | | | | batman-adv: Start new development cycleSimon Wunderlich2014-01-121-1/+1
| * | | | | | batman-adv: update copyright years for 2014Simon Wunderlich2014-01-1241-41/+41
| * | | | | | batman-adv: add build checks for packet sizesSimon Wunderlich2014-01-121-7/+17
| * | | | | | batman-adv: remove returns at the end of void functionsAntonio Quartulli2014-01-121-7/+0
| * | | | | | batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-125-7/+73
| * | | | | | batman-adv: add debugfs structure for information per interfaceSimon Wunderlich2014-01-124-0/+86
| * | | | | | batman-adv: add bonding againSimon Wunderlich2014-01-124-4/+121
| * | | | | | batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich2014-01-123-64/+115
| * | | | | | batman-adv: add WiFi penaltySimon Wunderlich2014-01-123-6/+24
| * | | | | | batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-1211-219/+605
| * | | | | | batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-129-114/+588
| * | | | | | batman-adv: remove bonding and interface alternatingSimon Wunderlich2014-01-125-327/+12
* | | | | | | net: make dev_set_mtu() honor notification return codeVeaceslav Falico2014-01-131-9/+25
* | | | | | | sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-2/+4
* | | | | | | l2tp: make local functions staticstephen hemminger2014-01-132-6/+2
* | | | | | | gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell2014-01-131-10/+6
OpenPOWER on IntegriCloud