summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: introduce generic switch devices supportJiri Pirko2014-12-035-0/+55
* net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-033-5/+5
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-033-44/+49
* bridge: convert flags in fbd entry into bitfieldsJiri Pirko2014-12-031-3/+3
* bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko2014-12-031-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-3015-44/+83
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-2814-33/+67
| |\
| | * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-263-11/+14
| | * bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
| | * bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf2014-11-261-0/+1
| | * bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
| | * tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet2014-11-252-2/+8
| | * Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_...Pablo Neira2014-11-251-8/+6Star
| | * ip6_udp_tunnel: Fix checksum calculationAlexander Duyck2014-11-251-3/+1Star
| | * net/ping: handle protocol mismatching scenarioJane Zhou2014-11-241-0/+2
| | * af_packet: fix sparse warningMichael S. Tsirkin2014-11-241-1/+1
| | * ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-11-241-2/+2
| | * ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-242-0/+12
| | * ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck2014-11-231-1/+2
| * | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-11-261-11/+16
| |\ \ | | |/ | |/|
| | * SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-11-191-11/+16
* | | tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-268-175/+203
* | | tipc: use generic SKB list APIs to manage link receive queueYing Xue2014-11-262-50/+37Star
* | | tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-265-69/+47Star
* | | tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-265-176/+153Star
* | | tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue2014-11-261-6/+6
* | | tipc: remove unused between routineYing Xue2014-11-261-9/+0Star
* | | tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-264-8/+5Star
* | | tipc: clean up the process of link pushing packetsYing Xue2014-11-263-42/+24Star
* | | tipc: remove retransmission queueYing Xue2014-11-262-38/+1Star
* | | tipc: remove protocol message queueYing Xue2014-11-262-24/+0Star
* | | tipc: remove node subscription infrastructureYing Xue2014-11-269-179/+56Star
* | | ipv6: Remove unnecessary testzhuyj2014-11-261-4/+2Star
* | | gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17Star
* | | pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-261-5/+4Star
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-2657-343/+222Star
|\ \ \
| * | | rds: switch rds_message_copy_from_user() to iov_iterAl Viro2014-11-243-33/+16Star
| * | | rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-249-120/+47Star
| * | | [atm] switch vcc_sendmsg() to copy_from_iter()Al Viro2014-11-241-11/+6Star
| * | | vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2014-11-242-10/+10
| * | | tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro2014-11-243-9/+8Star
| * | | tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro2014-11-241-4/+4
| * | | switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-243-14/+16
| * | | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-243-92/+18Star
| * | | kill zerocopy_sg_from_iovec()Al Viro2014-11-241-63/+2Star
| * | | new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-241-0/+116
| * | | new helper: memcpy_to_msg()Al Viro2014-11-247-8/+7Star
| * | | switch ipxrtr_route_packet() from iovec to msghdrAl Viro2014-11-242-4/+3Star
| * | | new helper: memcpy_from_msg()Al Viro2014-11-2431-49/+44Star
| * | | new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-243-5/+4Star