summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-111-7/+1
* gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck2013-07-111-1/+1
* pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-111-63/+55
* pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-111-1/+8
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-113-9/+12
* inet: fix spacing in assignmentCamelia Groza2013-07-111-1/+1
* ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-111-23/+40
* 9p: fix off by one causing access violations and memory corruptionSasha Levin2013-07-111-5/+5
* ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-101-3/+6
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-103-9/+9
* net: rename ll methods to busy-pollEliezer Tamir2013-07-104-4/+4
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-109-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09331-7956/+11095
|\
| * net: sctp: confirm route during forward progressDaniel Borkmann2013-07-092-0/+15
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-083-10/+11
| * bridge: fix some kernel warning in multicast timerCong Wang2013-07-062-2/+2
| * sit: fix tunnel update via netlinkNicolas Dichtel2013-07-041-2/+2
| * ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-031-0/+2
| * net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2013-07-031-1/+4
| * net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2013-07-031-0/+2
| * netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
| * core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-031-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0315-58/+88
| |\
| * | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-033-103/+131
| * | ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar2013-07-021-44/+55
| * | l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2013-07-022-5/+34
| * | l2tp: make datapath sequence number support RFC-compliantJames Chapman2013-07-022-5/+33
| * | l2tp: do data sequence number handling in a separate funcJames Chapman2013-07-021-20/+34
| * | sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-021-1/+1
| * | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-021-0/+6
| * | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-07-021-6/+10
| * | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-022-2/+8
| * | ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
| * | l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-021-1/+2
| * | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
| * | net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2013-07-022-114/+0
| * | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-012-10/+12
| * | vti: remove duplicated code to fix a memory leakCong Wang2013-07-011-7/+0
| * | gre: fix a regression in ioctlCong Wang2013-07-011-4/+5
| * | net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-0116-409/+383
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-012-8/+5
| |\ \
| | * \ Merge ../vxlan-xStephen Hemminger2013-06-252-8/+5
| | |\ \
| | | * | bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
| | | * | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
| * | | | x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-011-7/+8
| * | | | netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
| * | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
| * | | | ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel2013-07-011-4/+8
| * | | | ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa2013-07-011-1/+1
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-07-0126-555/+682
| |\ \ \ \
OpenPOWER on IntegriCloud