summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2013-11-031-8/+1
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-031-10/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-024-69/+41
|\
| * net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-292-51/+28
| * net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-292-16/+2
| * xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
| * xfrm: use vmalloc_node() for percpu scratchesEric Dumazet2013-10-211-2/+4
* | 6lowpan: cleanup skb copy dataAlexander Aring2013-10-301-5/+8
* | 6lowpan: set 6lowpan network and transport headerAlexander Aring2013-10-301-0/+2
* | 6lowpan: set and use mac_len for mac header lengthAlexander Aring2013-10-302-12/+3
* | 6lowpan: remove unnecessary set of headersAlexander Aring2013-10-301-4/+0
* | ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* | mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong2013-10-301-4/+2
* | tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84
* | tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-292-3/+8
* | net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-293-0/+396
* | net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
* | net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu2013-10-291-1/+1
* | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu2013-10-291-1/+1
* | ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa2013-10-291-4/+8
* | ipv6: Remove privacy config option.David S. Miller2013-10-282-56/+3
* | 6lowpan: remove unnecessary breakAlexander Aring2013-10-281-1/+0
* | 6lowpan: remove skb->dev assignmentAlexander Aring2013-10-281-1/+0
* | 6lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring2013-10-281-2/+2
* | 6lowpan: remove unnecessary check on err >= 0Alexander Aring2013-10-281-1/+1
* | 6lowpan: remove unnecessary ret variableAlexander Aring2013-10-281-4/+2
* | sctp: merge two if statements to onewangweidong2013-10-281-9/+5
* | sctp: remove the repeat initialize with 0wangweidong2013-10-281-21/+8
* | sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-282-3/+3
* | inet: restore gso for vxlanEric Dumazet2013-10-281-8/+7
* | net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-252-12/+13
* | net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa2013-10-251-13/+21
* | net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-3/+4
* | net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-251-0/+1
* | netem: markov loss model transition fixHagen Paul Pfeifer2013-10-251-1/+0
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-2318-477/+956
|\ \
| * | batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich2013-10-235-97/+157
| * | batman-adv: Start new development cycleSimon Wunderlich2013-10-231-1/+1
| * | batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-233-2/+28
| * | batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-232-1/+30
| * | batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-233-31/+12
| * | batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli2013-10-231-2/+7
| * | batman-adv: limit local translation table max sizeMarek Lindner2013-10-235-36/+173
| * | batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli2013-10-231-11/+24
| * | batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-233-88/+151
| * | batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli2013-10-231-8/+9
| * | batman-adv: adapt bonding to use the new API functionsAntonio Quartulli2013-10-233-15/+32
| * | batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli2013-10-234-1/+30
| * | batman-adv: add bat_neigh_cmp API functionAntonio Quartulli2013-10-233-1/+25
| * | batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-233-56/+78
OpenPOWER on IntegriCloud