summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-265-176/+153
* 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/+0
* tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-264-8/+5
* tipc: clean up the process of link pushing packetsYing Xue2014-11-263-42/+24
* tipc: remove retransmission queueYing Xue2014-11-262-38/+1
* tipc: remove protocol message queueYing Xue2014-11-262-24/+0
* tipc: remove node subscription infrastructureYing Xue2014-11-269-179/+56
* ipv6: Remove unnecessary testzhuyj2014-11-261-4/+2
* gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-261-5/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-2557-343/+222
|\
| * rds: switch rds_message_copy_from_user() to iov_iterAl Viro2014-11-243-33/+16
| * rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-249-120/+47
| * [atm] switch vcc_sendmsg() to copy_from_iter()Al Viro2014-11-241-11/+6
| * 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/+8
| * 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/+18
| * kill zerocopy_sg_from_iovec()Al Viro2014-11-241-63/+2
| * 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/+7
| * switch ipxrtr_route_packet() from iovec to msghdrAl Viro2014-11-242-4/+3
| * new helper: memcpy_from_msg()Al Viro2014-11-2431-49/+44
| * new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-243-5/+4
* | tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-246-21/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-2434-156/+580
|\ \ | |/ |/|
| * netfilter: nfnetlink_log: Make use of pr_fmt where applicableMarcelo Leitner2014-11-201-3/+6
| * netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-205-10/+5
| * netfilter: nf_conntrack_h323: lookup route from proper net namespaceVasily Averin2014-11-171-6/+8
| * netfilter: xt_connlimit: honor conntrack zone if availableFlorian Westphal2014-11-171-11/+14
| * netfilter: nfnetlink_log: remove unnecessary error messagesPablo Neira Ayuso2014-11-131-7/+2
| * netfilter: fix various sparse warningsFlorian Westphal2014-11-138-16/+20
| * netfilter: nft_redir: fix sparse warningsPablo Neira Ayuso2014-11-121-5/+6
| * netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECTPablo Neira Ayuso2014-11-121-2/+2
| * netfilter: nft_meta: add cgroup supportAna Rey2014-11-091-0/+7
| * netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso2014-11-041-2/+1
| * netfilter: fix spelling errorsstephen hemminger2014-10-302-2/+2
| * Merge branch 'ipvs-next'Pablo Neira Ayuso2014-10-301-1/+0
| |\
| | * ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell2014-10-281-1/+0
| * | netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-304-6/+46
| * | netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner2014-10-301-12/+9
| * | netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-279-0/+282
| * | netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero2014-10-275-38/+85
| * | netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero2014-10-275-42/+92
* | | ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-2313-33/+55
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-2120-123/+140
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-2122-128/+123
| |\ \ \
| | * | | tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-211-2/+2