aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09small cleanup in ax25_addr_parse()Dan Carpenter1-2/+4
2012-07-08sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman1-27/+52
2012-07-07Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller5-3/+254
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller13-256/+540
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: remove redundant declarationsEric Dumazet1-3/+0
2012-07-05ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller3-12/+33
2012-07-05ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert1-1/+1
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-40/+60
2012-07-056lowpan: revert 'reuse eth_mac_addr()'alex.bluesman.smirnov@gmail.com1-2/+14
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li1-16/+5
2012-07-05ipv6: remove unnecessary codes in tcp_ipv6.cRongQing.Li1-13/+3
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+11
2012-07-05ipv4: defer fib_compute_spec_dst() callEric Dumazet1-3/+12
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller1-18/+0
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller1-3/+0
2012-07-05ipv4: No need to set generic neighbour pointer.David S. Miller1-59/+3
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller3-18/+33
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-1/+6
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller2-8/+30
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller1-3/+16
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller1-13/+23
2012-07-05sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller1-25/+22
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller5-13/+33
2012-07-05net: Do delayed neigh confirmation.David S. Miller4-9/+17
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller1-3/+0
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller1-10/+2
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller3-14/+16
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller1-3/+6
2012-07-04netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar1-0/+5
2012-07-04netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka1-1/+3
2012-07-04netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso1-1/+1
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso6-16/+38
2012-07-04net: em_canid: Ematch rule to match CAN frames according to their identifiersRostislav Lisovy3-0/+251
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-56/+80
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp2-3/+3
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann3-0/+4
2012-07-01batman-adv: fix counter summary lengthMarek Lindner1-2/+1
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann5-19/+24
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann1-1/+1
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann9-10/+10
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann1-4/+15
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann31-938/+1029
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann19-347/+369
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann2-7/+7
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann9-64/+67
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann14-135/+140
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann12-232/+254